diff options
author | gavan <gavan@pkgsrc.org> | 2003-10-30 15:30:43 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2003-10-30 15:30:43 +0000 |
commit | 86e4a93c110a3ab683a94f976298c0ff58ea82cf (patch) | |
tree | e597d72d4597b5a409669cdddbe19c58d3f28046 /audio | |
parent | 5b51b3d08df8c2e82a05d58c0648ea1088774b21 (diff) | |
download | pkgsrc-86e4a93c110a3ab683a94f976298c0ff58ea82cf.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3info/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile index 4678f0269ec..4060c96c8f7 100644 --- a/audio/mp3info/Makefile +++ b/audio/mp3info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:22:55 grant Exp $ +# $NetBSD: Makefile,v 1.6 2003/10/30 15:30:43 gavan Exp $ # DISTNAME= mp3info-0.2.16 @@ -11,5 +11,6 @@ COMMENT= MP3 header and tag information tool CONFLICTS= gmp3info-[0-9]* GNU_CONFIGURE= YES +USE_GCC_SHLIB= YES .include "../../mk/bsd.pkg.mk" |