diff options
author | dmcmahill <dmcmahill> | 2000-07-25 22:31:48 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-07-25 22:31:48 +0000 |
commit | d57afa728a659b1dc68a820d842b98271ebea9aa (patch) | |
tree | de69cd30e4fac99c2a5df4915e841dc074163544 /x11/kdelibs | |
parent | efaeffa80c5596a21cf8c815cc0ba60855f55a91 (diff) | |
download | pkgsrc-d57afa728a659b1dc68a820d842b98271ebea9aa.tar.gz |
allow generation of shared libs on sparc. The pkg was set to only build static
libs at one time because of needing a -fPIC version of /usr/lib/c++rt0.o. However,
kde fails to build with only the static libs and a large part of pkgsrc needs a
/usr/lib/c++rt0.o compiled -fPIC anyway. A -fPIC version of /usr/lib/c++rt0.o
is available on ftp.netbsd.org courtesy of David Brownlee.
Diffstat (limited to 'x11/kdelibs')
-rw-r--r-- | x11/kdelibs/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile index fca979d0d1f..7aed8551de7 100644 --- a/x11/kdelibs/Makefile +++ b/x11/kdelibs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2000/07/15 20:39:26 agc Exp $ +# $NetBSD: Makefile,v 1.51 2000/07/25 22:31:48 dmcmahill Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp # @@ -29,10 +29,6 @@ CFLAGS+= -I${LOCALBASE}/include .include "../../mk/bsd.prefs.mk" -.if (${OBJECT_FMT} == "a.out") && (${MACHINE_ARCH} == "sparc") -CFLAGS+= -static -PLIST_SRC= ${WRKDIR}/PLIST - post-install: @${GREP} -v ^lib/lib.*\.so ${PKGDIR}/PLIST >${PLIST_SRC} .endif |