diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-07-08 07:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-07-08 07:37:32 +0000 |
commit | b80064cbb9898918e6563795d0233e58fde5e7a6 (patch) | |
tree | c805049ad5c2b944a6ce5e4d414b7a5c0dff612e /x11-toolkits/wxgtk29/files/patch-contrib-src-Makefile.in | |
parent | Add an option to build the milter with SPF support. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_1_0'.release/8.1.0
Diffstat (limited to 'x11-toolkits/wxgtk29/files/patch-contrib-src-Makefile.in')
-rw-r--r-- | x11-toolkits/wxgtk29/files/patch-contrib-src-Makefile.in | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-toolkits/wxgtk29/files/patch-contrib-src-Makefile.in b/x11-toolkits/wxgtk29/files/patch-contrib-src-Makefile.in deleted file mode 100644 index 78773088be8a..000000000000 --- a/x11-toolkits/wxgtk29/files/patch-contrib-src-Makefile.in +++ /dev/null @@ -1,29 +0,0 @@ ---- contrib/src/Makefile.in.orig 2009-03-06 18:18:00.000000000 +0600 -+++ contrib/src/Makefile.in 2009-03-20 00:07:59.000000000 +0600 -@@ -2,15 +2,25 @@ - - CONTRIB_SUBDIRS=fl gizmos mmedia ogl plot stc svg #deprecated #applet - --all: -+WX_RELEASE= @WX_RELEASE@ -+wx_top_builddir= @wx_top_builddir@ -+@COND_UNICODE_1@wxregexu_depname= wxregexu -+ -+all: $(wxregexu_depname) - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done - -+wxregexu: -+ @cd ../.. && $(MAKE) $(wx_top_builddir)/lib/libwxregexu-$(WX_RELEASE).a -+ - clean: - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) clean); done - - 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 - |