diff options
author | gavan <gavan> | 2003-10-31 16:42:53 +0000 |
---|---|---|
committer | gavan <gavan> | 2003-10-31 16:42:53 +0000 |
commit | 7ae10912a6e8316b22526e00d38e6ec0dd6cf4f4 (patch) | |
tree | 5e5940e2f2fa53ea426280fbc1313a0bb08455c6 /converters | |
parent | 5f1f8ae37bacbdc5f280e62a7edce695e3f8a50f (diff) | |
download | pkgsrc-7ae10912a6e8316b22526e00d38e6ec0dd6cf4f4.tar.gz |
Set USE_GCC_SHLIB. This requires buildlink2. Fixes linking on Solaris.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/kdesupport/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/kdesupport/Makefile b/converters/kdesupport/Makefile index 9d4ab8373be..f33b53a7215 100644 --- a/converters/kdesupport/Makefile +++ b/converters/kdesupport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2003/07/17 21:27:17 grant Exp $ +# $NetBSD: Makefile,v 1.41 2003/10/31 16:42:53 gavan Exp $ # FreeBSD Id: Makefile,v 1.2 1997/11/05 04:19:46 asami Exp # @@ -12,6 +12,8 @@ HOMEPAGE= http://www.kde.org/ COMMENT= Mime library for the KDE integrated X11 desktop USE_LIBTOOL= yes +USE_BUILDLINK2= yes +USE_GCC_SHLIB= yes LTCONFIG_OVERRIDE= ${WRKSRC}/admin/ltconfig GNU_CONFIGURE= yes |