diff options
Diffstat (limited to 'dev-libs/gecode/files/gecode-4.4.0-no-examples.patch')
-rw-r--r-- | dev-libs/gecode/files/gecode-4.4.0-no-examples.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-libs/gecode/files/gecode-4.4.0-no-examples.patch b/dev-libs/gecode/files/gecode-4.4.0-no-examples.patch deleted file mode 100644 index 26535667fa65..000000000000 --- a/dev-libs/gecode/files/gecode-4.4.0-no-examples.patch +++ /dev/null @@ -1,18 +0,0 @@ -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)) \ |