Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 514010
Collapse All | Expand All

(-)a/dev-vcs/git/files/git-2.0.0-optional-cvs.patch (-1 / +1 lines)
Lines 95-101 diff -Nuar --exclude '*.orig' --exclude '*.rej' git-2.0.0.orig/Makefile git-2.0. Link Here
95
+endif # NO_PERL
95
+endif # NO_PERL
96
+
96
+
97
+# This is any perl scripts that were disabled it might be empty...
97
+# This is any perl scripts that were disabled it might be empty...
98
+$(patsubst %.perl,%,$(_SCRIPT_PERL_NOBUILD)) git-instaweb: % : unimplemented.sh
98
+$(patsubst %.perl,%,$(_SCRIPT_PERL_NOBUILD)): % : unimplemented.sh
99
       $(QUIET_GEN)$(RM) $@ $@+ && \
99
       $(QUIET_GEN)$(RM) $@ $@+ && \
100
       sed -e '1s|#!.*/sh|#!$(SHELL_PATH_SQ)|' \
100
       sed -e '1s|#!.*/sh|#!$(SHELL_PATH_SQ)|' \
101
           -e 's|@@REASON@@|NO_PERL=$(NO_PERL)|g' \
101
           -e 's|@@REASON@@|NO_PERL=$(NO_PERL)|g' \

Return to bug 514010