aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-08-24 20:28:41 +0800
committeredwin <edwin@FreeBSD.org>2003-08-24 20:28:41 +0800
commit90b6c8a7af7da77b71a756cc7b63cd918d17553b (patch)
tree57ff44f645085a07f945b1713e193c74d6562c40 /japanese
parent393d6a9ca2303163f5ec053c202ce28960853de1 (diff)
downloadfreebsd-ports-gnome-90b6c8a7af7da77b71a756cc7b63cd918d17553b.tar.gz
freebsd-ports-gnome-90b6c8a7af7da77b71a756cc7b63cd918d17553b.tar.zst
freebsd-ports-gnome-90b6c8a7af7da77b71a756cc7b63cd918d17553b.zip
Compiling error in /usr/ports/japanese/gn-gnspool
And unbreak it too PR: ports/51941 Submitted by: Keiichi Inoue <sanremo@po.shiojiri.ne.jp>
Diffstat (limited to 'japanese')
-rw-r--r--japanese/gn-gnspool/Makefile2
-rw-r--r--japanese/gn-gnspool/files/patch-client.c11
2 files changed, 11 insertions, 2 deletions
diff --git a/japanese/gn-gnspool/Makefile b/japanese/gn-gnspool/Makefile
index 10cd8ad772a6..8cac3b89abc1 100644
--- a/japanese/gn-gnspool/Makefile
+++ b/japanese/gn-gnspool/Makefile
@@ -19,8 +19,6 @@ COMMENT= Simple Japanese Newsreader with Local Spool Support
IS_INTERACTIVE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/src
-BROKEN= "Does not compile"
-
pre-configure:
@${CP} ${WRKDIR}/${DISTNAME}/mkfiles/unix/common ${WRKSRC}/Makefile
@${PATCH} -d ${WRKSRC} < ${FILESDIR}/Makefile.patch
diff --git a/japanese/gn-gnspool/files/patch-client.c b/japanese/gn-gnspool/files/patch-client.c
new file mode 100644
index 000000000000..d4463734c04d
--- /dev/null
+++ b/japanese/gn-gnspool/files/patch-client.c
@@ -0,0 +1,11 @@
+--- client.c.orig Sat May 2 11:11:26 1998
++++ client.c Sat May 3 20:13:18 2003
+@@ -718,7 +718,7 @@
+ # ifndef ESPX
+ # ifndef WIN32
+ # ifndef linux
+- unsigned long inet_addr();
++ in_addr_t inet_addr();
+ # endif /* (!linux) */
+ # endif /* (!WIN32) */
+ # endif /* (!ESPX) */