diff options
author | Max Khon <fjoe@FreeBSD.org> | 2004-11-25 20:06:45 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2004-11-25 20:06:45 +0000 |
commit | 304894eec97b32603d2d78350424e71a0c48e63b (patch) | |
tree | e58ae328cd1853d53a6934c7d645a605f736f75d /x11-toolkits/wxgtk2-devel/files/patch-contrib-src-Makefile.in | |
parent | Update to 1.8.1. (diff) |
Update wxgtk2*-devel to 2.5.3
PR: 73450
Notes
Notes:
svn path=/head/; revision=122428
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 |