diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 10:08:25 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 10:08:25 +0000 |
commit | ab63f5bd0bf091680be8f919b994fb5030bef938 (patch) | |
tree | a2f7277a226fa420e033fadc2c3a36c6811f8f74 /audio/swhplugins | |
parent | 5b52628630ca3d9489ac64f27ff2238b89ea4453 (diff) | |
download | ports-ab63f5bd0bf091680be8f919b994fb5030bef938.tar.gz ports-ab63f5bd0bf091680be8f919b994fb5030bef938.zip |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include astro/ audio/ biology/ chinese/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes
Notes:
svn path=/head/; revision=170572
Diffstat (limited to 'audio/swhplugins')
-rw-r--r-- | audio/swhplugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile index 7ca7579b2324..bd5f259fc0c0 100644 --- a/audio/swhplugins/Makefile +++ b/audio/swhplugins/Makefile @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CFLAGS+= -fPIC -DPIC |