diff options
author | gavan <gavan@pkgsrc.org> | 2003-11-07 14:48:07 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2003-11-07 14:48:07 +0000 |
commit | 3cdf51cc4d290f50b2d0a6553d420fcfe5d334eb (patch) | |
tree | db976dd34a813c4dc9295231a312104891b1ec4e /graphics/pstoedit | |
parent | ed267625cf220b048966c9647ee341c635c3af2e (diff) | |
download | pkgsrc-3cdf51cc4d290f50b2d0a6553d420fcfe5d334eb.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index c6bf9b43116..9850385dec8 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/07/17 21:42:26 grant Exp $ +# $NetBSD: Makefile,v 1.18 2003/11/07 14:48:07 gavan Exp $ DISTNAME= pstoedit_3_31 PKGNAME= pstoedit-3.31 @@ -19,6 +19,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} USE_X11= yes USE_LIBTOOL= yes USE_BUILDLINK2= yes +USE_GCC_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBTOOL="${LIBTOOL}" LIBPLOTTERLA="${X11PREFIX}/lib/libplotter.la" CONFIGURE_ENV+= CXXFLAGS="${CFLAGS} -Dunix" |