diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
commit | c4d4cacd63490d4b63e844ae298880332a388ba7 (patch) | |
tree | 3913b841cc9c2f98d7e4b2056eafc0d9980bf1c8 /chinese/wenju | |
parent | 5faefa6350cd172add279e339bd86a650313beb3 (diff) | |
download | ports-c4d4cacd63490d4b63e844ae298880332a388ba7.tar.gz ports-c4d4cacd63490d4b63e844ae298880332a388ba7.zip |
Notes
Diffstat (limited to 'chinese/wenju')
-rw-r--r-- | chinese/wenju/Makefile | 8 | ||||
-rw-r--r-- | chinese/wenju/files/configure-getopt.patch | 11 |
2 files changed, 1 insertions, 18 deletions
diff --git a/chinese/wenju/Makefile b/chinese/wenju/Makefile index 07a6284935c5..481b7789fcf8 100644 --- a/chinese/wenju/Makefile +++ b/chinese/wenju/Makefile @@ -31,10 +31,4 @@ PLIST_SUB+= NLS="@comment " post-install: gtk-query-immodules-2.0 > ${PREFIX}/etc/gtk-2.0/gtk.immodules -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500041 -EXTRA_PATCHES+= ${FILESDIR}/configure-getopt.patch -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/chinese/wenju/files/configure-getopt.patch b/chinese/wenju/files/configure-getopt.patch deleted file mode 100644 index 0c53f78ab71f..000000000000 --- a/chinese/wenju/files/configure-getopt.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat Oct 18 04:38:19 2003 -+++ configure Sat Oct 18 04:38:42 2003 -@@ -7889,7 +7889,7 @@ - - - GTK2_CFLAGS="`pkg-config --cflags gtk+-2.0`" --GTK2_LIBS="`pkg-config --libs gtk+-2.0`" -+GTK2_LIBS="`pkg-config --libs gtk+-2.0` -lgnugetopt" - GTK2_BINARY_VERSION="`pkg-config --variable=gtk_binary_version gtk+-2.0`" - - |