diff options
author | hans <hans> | 2011-09-14 17:56:08 +0000 |
---|---|---|
committer | hans <hans> | 2011-09-14 17:56:08 +0000 |
commit | ff66bbb5b42db18908a13cf026388eb7e1b76621 (patch) | |
tree | c20fb238580302d6861b33a96c3d94ed2500455a /x11/py-sip | |
parent | 39c4169e69cf24e0fd446c1c6fda352a6f297529 (diff) | |
download | pkgsrc-ff66bbb5b42db18908a13cf026388eb7e1b76621.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 |