diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-12-10 11:33:37 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-12-10 11:33:37 +0000 |
commit | 8c0f6643b55ec62946c569ec101308eba808d980 (patch) | |
tree | 24678aeea89de8df0591b624432cd1651cd81182 /graphics/tuxpaint | |
parent | 27c2c39a116606c647e53d8420956ecb91c824fa (diff) | |
download | pkgsrc-8c0f6643b55ec62946c569ec101308eba808d980.tar.gz |
Add socket libraries on SunOS. Patch from Sebastian Wiedenroth.
Diffstat (limited to 'graphics/tuxpaint')
-rw-r--r-- | graphics/tuxpaint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tuxpaint/Makefile b/graphics/tuxpaint/Makefile index e87eb488214..d92717e5b96 100644 --- a/graphics/tuxpaint/Makefile +++ b/graphics/tuxpaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2013/10/10 14:42:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.77 2013/12/10 11:33:37 jperkin Exp $ # DISTNAME= tuxpaint-0.9.17 @@ -34,6 +34,7 @@ INSTALL_MAKE_FLAGS+= PKG_ROOT=${DESTDIR} MAKE_ENV+= LIBS=${LIBS:M*:Q} LIBS+= -liconv LIBS+= -lpng +LIBS.SunOS+= -lsocket -lnsl post-install: -${FIND} ${DESTDIR}${PREFIX}/share/doc/tuxpaint -name CVS -exec ${RM} -r {} \; 2>/dev/null |