summaryrefslogtreecommitdiff
path: root/mail/faces/Makefile
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>1999-12-05 22:06:19 +0000
committerbouyer <bouyer@pkgsrc.org>1999-12-05 22:06:19 +0000
commit90fa768a3fdf4c8fec583356fc454d030b29ff6f (patch)
treeeaab11159f9ae212250c5930349d5ec1f13e8546 /mail/faces/Makefile
parentfe2e5081b851b1f6bdf8f32e40ef0fdde46e7ac8 (diff)
downloadpkgsrc-90fa768a3fdf4c8fec583356fc454d030b29ff6f.tar.gz
Compiles on Solaris
Diffstat (limited to 'mail/faces/Makefile')
-rw-r--r--mail/faces/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile
index af076a56bb2..3b0551a2589 100644
--- a/mail/faces/Makefile
+++ b/mail/faces/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1999/01/30 23:18:51 agc Exp $
+# $NetBSD: Makefile,v 1.12 1999/12/05 22:06:19 bouyer Exp $
# FreeBSD Id: Makefile,v 1.5 1997/11/17 18:47:53 max Exp
#
@@ -30,3 +30,6 @@ post-install:
-e 's|@x11base@|'${X11BASE}'|g' < ${PKGDIR}/PLIST > ${PLIST_SRC}
.include "../../mk/bsd.pkg.mk"
+.if (${OPSYS} == "SunOS")
+MAKE_ENV+= SVR4LIBS="-lnsl -lsocket -lgen" SYSV=-DSYSV32
+.endif