summaryrefslogtreecommitdiff
path: root/net/socks4
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-03-31 13:39:32 +0000
committerzuntum <zuntum@pkgsrc.org>2001-03-31 13:39:32 +0000
commit8261ef3d7439333e1245f0659bf38df35acb82b5 (patch)
tree09cd53bef7ba1107df46e51d4b3af9513caaf352 /net/socks4
parent16c0e29a90eacb7179d0b0a147412c9a6e4c7ae3 (diff)
downloadpkgsrc-8261ef3d7439333e1245f0659bf38df35acb82b5.tar.gz
gcc is now default compiler on Zoularis, so remove if ${OPSYS} == "SunOS"
Suggested by Matthias Scheler.
Diffstat (limited to 'net/socks4')
-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 && \