diff options
author | hans <hans> | 2011-09-14 17:56:08 +0000 |
---|---|---|
committer | hans <hans> | 2011-09-14 17:56:08 +0000 |
commit | 91f75341f9c8e3975d1a57d7afbc42faa5789505 (patch) | |
tree | c20fb238580302d6861b33a96c3d94ed2500455a /x11/py-sip | |
parent | 1a0969b6d1bbe0c1776d1ffe0023601160b6f9cd (diff) | |
download | pkgsrc-91f75341f9c8e3975d1a57d7afbc42faa5789505.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'x11/py-sip')
-rw-r--r-- | x11/py-sip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/py-sip/Makefile b/x11/py-sip/Makefile index 64d693f398c..49ccf36733e 100644 --- a/x11/py-sip/Makefile +++ b/x11/py-sip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2011/09/12 18:17:30 drochner Exp $ +# $NetBSD: Makefile,v 1.25 2011/09/14 17:57:12 hans Exp $ DISTNAME= sip-4.12.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -41,6 +41,7 @@ CONFIGURE_ARGS+= LFLAGS_PLUGIN="-bundle -flat_namespace -undefined suppress" CONFIGURE_ARGS+= CFLAGS_SHLIB=-fPIC CONFIGURE_ARGS+= CXXFLAGS_SHLIB=-fPIC . if ${OPSYS} == "SunOS" && !empty(CC_VERSION:Mgcc*) +CONFIGURE_ARGS+= -p solaris-g++ # gcc3 uses -mimpure-text to not pass -assert pure-text to the linker CONFIGURE_ARGS+= LFLAGS_SHLIB="-shared -mimpure-text" . else |