You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/gecode/files/gecode-4.4.0-no-examples.patch

19 lines
463 B

Avoid installing examples to system root.
Patch from Fedora.
Gentoo-bug: 488150
--- a/Makefile.in
+++ b/Makefile.in
@@ -953,8 +953,7 @@
ALLGECODEHDR = \
$(SUPPORTHDR) $(KERNELHDR) $(SEARCHHDR) \
$(INTHDR) $(FLOATHDR) $(SETHDR) $(MMHDR) \
- $(DRIVERHDR) $(ITERHDR) $(GISTHDR) $(FLATZINCHDR) \
- $(INTEXAMPLEHDR)
+ $(DRIVERHDR) $(ITERHDR) $(GISTHDR) $(FLATZINCHDR)
ALLHDR = \
$(ALLGECODEHDR) $(THIRDHDR)
ALLOBJ0 = $(ALLSRC:%.cpp=%$(OBJSUFFIX)) \