diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 15:37:55 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 15:37:55 +0000 |
commit | 11408781fdc0db72c71da68b76cd4d09cb8ec390 (patch) | |
tree | 7e355b79ed81b9ddcd9f7a60feec612022a212f9 | |
parent | 3e9243707514502282718b82aaa2f296bb328b37 (diff) | |
download | pkgsrc-11408781fdc0db72c71da68b76cd4d09cb8ec390.tar.gz |
Fix build on SunOS.
-rw-r--r-- | chat/smirk/Makefile | 4 | ||||
-rw-r--r-- | chat/telepathy-farsight/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/chat/smirk/Makefile b/chat/smirk/Makefile index 57d8e5fc4a7..31793bc57dd 100644 --- a/chat/smirk/Makefile +++ b/chat/smirk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/02/28 14:52:41 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2012/02/16 15:37:55 hans Exp $ # DISTNAME= smirk-20080111 @@ -23,6 +23,8 @@ DATADIR= ${PREFIX}/share/${PKGBASE} HELP_DIR= ${DATADIR}/help HELP_FILES= clientcmnds.hlp irccmnds.hlp keys.hlp +LIBS.SunOS+= -lsocket -lnsl + do-install: ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/smirk ${DESTDIR}${PREFIX}/bin diff --git a/chat/telepathy-farsight/Makefile b/chat/telepathy-farsight/Makefile index 8f04f949201..60424d2f2b2 100644 --- a/chat/telepathy-farsight/Makefile +++ b/chat/telepathy-farsight/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/02/06 12:39:38 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2012/02/16 15:39:11 hans Exp $ # DISTNAME= telepathy-farsight-0.0.16 @@ -17,6 +17,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config +CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600 + PKGCONFIG_OVERRIDE+= telepathy-farsight/telepathy-farsight.pc.in PY_PATCHPLIST= yes |