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 | 67797bfb42bb7d65d6baa7b846e54bea3524dda9 (patch) | |
tree | db976dd34a813c4dc9295231a312104891b1ec4e /graphics | |
parent | d3c75161486c6ad13e24ead76126e667542e7b26 (diff) | |
download | pkgsrc-67797bfb42bb7d65d6baa7b846e54bea3524dda9.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'graphics')
-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" |