diff options
Diffstat (limited to 'x11-toolkits/wxgtk2-devel/files/patch-contrib-src-Makefile.in')
-rw-r--r-- | x11-toolkits/wxgtk2-devel/files/patch-contrib-src-Makefile.in | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/x11-toolkits/wxgtk2-devel/files/patch-contrib-src-Makefile.in b/x11-toolkits/wxgtk2-devel/files/patch-contrib-src-Makefile.in index c8ae3832f26e..88e167a98f95 100644 --- a/x11-toolkits/wxgtk2-devel/files/patch-contrib-src-Makefile.in +++ b/x11-toolkits/wxgtk2-devel/files/patch-contrib-src-Makefile.in @@ -1,19 +1,20 @@ ---- contrib/src/Makefile.in.orig Mon May 31 18:12:16 2004 -+++ contrib/src/Makefile.in Mon Jun 28 00:28:54 2004 -@@ -1,15 +1,23 @@ - # $Id: Makefile.in,v 1.16 2003/08/17 12:48:18 VS Exp $ +--- contrib/src/Makefile.in.orig Sun Oct 10 22:18:48 2004 ++++ contrib/src/Makefile.in Fri Nov 26 00:20:35 2004 +@@ -1,15 +1,24 @@ + # $Id: Makefile.in,v 1.17 2004/09/24 15:32:58 VS Exp $ --CONTRIB_SUBDIRS=fl gizmos mmedia ogl plot stc svg xrc deprecated animate #applet -+CONTRIB_SUBDIRS=fl gizmos ogl plot stc svg xrc deprecated animate #applet mmedia +-CONTRIB_SUBDIRS=fl gizmos mmedia ogl plot stc svg deprecated animate #applet ++CONTRIB_SUBDIRS=fl gizmos ogl plot stc svg deprecated animate #applet mmedia -all: ++WX_RELEASE= @WX_RELEASE@ +@COND_UNICODE_1@wxregexu_depname= wxregexu + +all: $(wxregexu_depname) @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done +wxregexu: -+ cd ../.. && $(MAKE) lib/libwxregexu.a ++ @cd ../.. && $(MAKE) lib/libwxregexu-$(WX_RELEASE).a + clean: @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) clean); done |