Set USE_GCC_SHLIB. This requires buildlink2. Fixes linking on Solaris.
This commit is contained in:
parent
b45fdede45
commit
67249c9ed2
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue