diff options
author | gavan <gavan> | 2003-11-07 16:34:41 +0000 |
---|---|---|
committer | gavan <gavan> | 2003-11-07 16:34:41 +0000 |
commit | ca06da572bacd1fa0b698bc87aecddb2c2237d03 (patch) | |
tree | 8a84a1ac60e4d119ec6d6e216219750a36b53fa8 /print | |
parent | 912f07862ac3e3458b72838b9afffdb7b18d631d (diff) | |
download | pkgsrc-ca06da572bacd1fa0b698bc87aecddb2c2237d03.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'print')
-rw-r--r-- | print/xpdf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/xpdf/Makefile b/print/xpdf/Makefile index fba89ffed6e..fe0eea7260b 100644 --- a/print/xpdf/Makefile +++ b/print/xpdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2003/11/03 00:36:02 dillo Exp $ +# $NetBSD: Makefile,v 1.26 2003/11/07 16:34:41 gavan Exp $ DISTNAME= xpdf-2.03 CATEGORIES= print @@ -16,6 +16,7 @@ CONFLICTS= xpdf-crypto-[0-9]* USE_BUILDLINK2= YES USE_PKGINSTALL= YES USE_X11= YES +USE_GCC_SHLIB= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |