summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-09-02 06:22:25 +0200
committerJeroen Roovers <jer@gentoo.org>2016-09-02 06:27:56 +0200
commit90be2edd265129a81dfccbc30288095d93f3d61e (patch)
treeea0b865685fe5dd52e47e39bde295c76af81907a /x11-libs/fltk/files
parentpackage.mask: mask binary hashcat releases and point users to the source release (diff)
downloadgentoo-90be2edd265129a81dfccbc30288095d93f3d61e.tar.gz
gentoo-90be2edd265129a81dfccbc30288095d93f3d61e.tar.bz2
gentoo-90be2edd265129a81dfccbc30288095d93f3d61e.zip
x11-libs/fltk: Add multilib support by James Le Cuirot (bug #592434).
Package-Manager: portage-2.3.0
Diffstat (limited to 'x11-libs/fltk/files')
-rw-r--r--x11-libs/fltk/files/fltk-1.3.3-makefile-dirs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-libs/fltk/files/fltk-1.3.3-makefile-dirs.patch b/x11-libs/fltk/files/fltk-1.3.3-makefile-dirs.patch
new file mode 100644
index 000000000000..089855cefa6f
--- /dev/null
+++ b/x11-libs/fltk/files/fltk-1.3.3-makefile-dirs.patch
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -18,7 +18,7 @@
+
+ include makeinclude
+
+-DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid test documentation
++DIRS = $(IMAGEDIRS) src $(CAIRODIR)
+
+ all: makeinclude fltk-config
+ for dir in $(DIRS); do\