summaryrefslogtreecommitdiff
path: root/x11-libs/fltk/files/fltk-1.4.9999-makefile-dirs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/fltk/files/fltk-1.4.9999-makefile-dirs.patch')
-rw-r--r--x11-libs/fltk/files/fltk-1.4.9999-makefile-dirs.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-libs/fltk/files/fltk-1.4.9999-makefile-dirs.patch b/x11-libs/fltk/files/fltk-1.4.9999-makefile-dirs.patch
new file mode 100644
index 000000000000..e49aa7408cca
--- /dev/null
+++ b/x11-libs/fltk/files/fltk-1.4.9999-makefile-dirs.patch
@@ -0,0 +1,14 @@
+diff --git a/Makefile b/Makefile
+index c02de0972..2d99808d9 100644
+--- a/Makefile
++++ b/Makefile
+@@ -16,8 +16,7 @@
+
+ include makeinclude
+
+-DIRS = $(IMAGEDIRS) $(LIBDECORDIR) src $(CAIRODIR) $(FLUIDDIR) fltk-options test \
+- documentation
++DIRS = $(IMAGEDIRS) $(LIBDECORDIR) src $(CAIRODIR) fltk-options
+
+ all: makeinclude fltk-config
+ for dir in $(DIRS); do\