summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-03-31 13:39:32 +0000
committerzuntum <zuntum>2001-03-31 13:39:32 +0000
commit03c2d23a848c6d9c392fbde24cc30d328c1aa089 (patch)
tree09cd53bef7ba1107df46e51d4b3af9513caaf352 /net
parent4baff0c5d1f30c1acdfd7abede931e6523ce4e55 (diff)
downloadpkgsrc-03c2d23a848c6d9c392fbde24cc30d328c1aa089.tar.gz
gcc is now default compiler on Zoularis, so remove if ${OPSYS} == "SunOS"
Suggested by Matthias Scheler.
Diffstat (limited to 'net')
-rw-r--r--net/socks4/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/socks4/Makefile b/net/socks4/Makefile
index e496e300a9f..ab64ea1e7bb 100644
--- a/net/socks4/Makefile
+++ b/net/socks4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/02/17 18:19:39 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2001/03/31 13:39:32 zuntum Exp $
#
DISTNAME= export.socks.cstc.4.2.2
@@ -22,10 +22,6 @@ NO_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "SunOS"
-MAKE_ENV+= CC=gcc CPPFLAGS=
-.endif
-
post-patch:
@${SED} -e 's|@PREFIX@|${PREFIX}|g' ${WRKSRC}/include/socks.h \
> ${WRKSRC}/include/socks.h.new && \