diff options
author | agc <agc@pkgsrc.org> | 1999-12-07 08:50:49 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-12-07 08:50:49 +0000 |
commit | 0a4280ecbc8939085b72325ea8ecf9f2a1cf0ee0 (patch) | |
tree | ac7b4e6c19cba40bd40ee639c6a360e64a7e3d93 /www/wwwoffle/Makefile | |
parent | 09e493efa0de8870181cb7466e53dcc2a665e7bf (diff) | |
download | pkgsrc-0a4280ecbc8939085b72325ea8ecf9f2a1cf0ee0.tar.gz |
Make this package compile on Solaris.
Diffstat (limited to 'www/wwwoffle/Makefile')
-rw-r--r-- | www/wwwoffle/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index d2690fa895f..668c056d132 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/11/26 06:30:10 itohy Exp $ +# $NetBSD: Makefile,v 1.12 1999/12/07 08:50:49 agc Exp $ DISTNAME= wwwoffle-2.5b CATEGORIES= www @@ -25,6 +25,10 @@ BUILD_DEFS+= USE_INET6 PATCHDIR= ${WRKDIR}/.patches .endif +.if ${OPSYS} == "SunOS" +MAKE_ENV+= LIBRARY="-lnsl -lsocket" +.endif + pre-patch: .if defined(USE_INET6) && ${USE_INET6} == YES ${MKDIR} ${WRKDIR}/.patches |