summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/wxgtk24/files/patch-contrib-src-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/wxgtk24/files/patch-contrib-src-Makefile.in')
-rw-r--r--x11-toolkits/wxgtk24/files/patch-contrib-src-Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk24/files/patch-contrib-src-Makefile.in b/x11-toolkits/wxgtk24/files/patch-contrib-src-Makefile.in
new file mode 100644
index 000000000..bf27c32d7
--- /dev/null
+++ b/x11-toolkits/wxgtk24/files/patch-contrib-src-Makefile.in
@@ -0,0 +1,10 @@
+--- contrib/src/Makefile.in.orig Sun Sep 21 18:32:39 2003
++++ contrib/src/Makefile.in Tue Nov 4 22:30:37 2003
+@@ -1,6 +1,6 @@
+ # $Id: patch-contrib-src-Makefile.in,v 1.5 2009-09-28 11:50:49 kwm Exp $
+
+-CONTRIB_SUBDIRS=canvas fl gizmos mmedia net ogl plot stc svg xrc animate #applet
++CONTRIB_SUBDIRS=canvas fl gizmos net ogl plot stc svg xrc #animate applet mmedia
+
+ all:
+ @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done