diff options
author | gavan <gavan@pkgsrc.org> | 2003-11-03 17:59:28 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2003-11-03 17:59:28 +0000 |
commit | f4e323b2dab5d0ebd4387ed5c7481755285fb597 (patch) | |
tree | 1f974e0a575461df8b126a762d9dbe622fd1f9d9 /devel/gperf | |
parent | 4637ae1bffba6351e8b14293fcde91aa41bcb9a5 (diff) | |
download | pkgsrc-f4e323b2dab5d0ebd4387ed5c7481755285fb597.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'devel/gperf')
-rw-r--r-- | devel/gperf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile index 36ca6e0d5dc..3ce1504fbac 100644 --- a/devel/gperf/Makefile +++ b/devel/gperf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/08/09 10:44:42 seb Exp $ +# $NetBSD: Makefile,v 1.14 2003/11/03 17:59:28 gavan Exp $ # DISTNAME= gperf-2.7.2 @@ -9,6 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= GNU perfect hash function generator GNU_CONFIGURE= yes +USE_GCC_SHLIB= yes INFO_FILES= gperf.info .include "../../mk/bsd.pkg.mk" |