diff options
| author | Max Khon <fjoe@FreeBSD.org> | 2003-11-09 19:23:40 +0000 |
|---|---|---|
| committer | Max Khon <fjoe@FreeBSD.org> | 2003-11-09 19:23:40 +0000 |
| commit | 0cadcc4945e0397ce427e2ce27353c0786fe477b (patch) | |
| tree | d57fa8e78c86491a73365e52047e17ae6662c740 /x11-toolkits/wxgtk24/files/patch-contrib-src-Makefile.in | |
| parent | Remove the "FORBIDDEN", I believe it was fixed with the last commit. (diff) | |
Update to 2.4.2.
Diffstat (limited to 'x11-toolkits/wxgtk24/files/patch-contrib-src-Makefile.in')
| -rw-r--r-- | x11-toolkits/wxgtk24/files/patch-contrib-src-Makefile.in | 20 |
1 files changed, 20 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 000000000000..5d9fe0443f8e --- /dev/null +++ b/x11-toolkits/wxgtk24/files/patch-contrib-src-Makefile.in @@ -0,0 +1,20 @@ +--- 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: Makefile.in,v 1.13.2.1 2003/07/28 08:23:09 VS 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 +@@ -10,6 +10,9 @@ + + install: + @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) install); done ++ ++install-common: ++ @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) install-common); done + + uninstall: + @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) uninstall); done |
