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 | ca593075a736bc51528abc92e12d9923b6703a10 (patch) | |
tree | e597d72d4597b5a409669cdddbe19c58d3f28046 /audio/mp3info/Makefile | |
parent | 02d6df67be6e2b655e1cdd46633ebd852e6a053f (diff) | |
download | pkgsrc-ca593075a736bc51528abc92e12d9923b6703a10.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'audio/mp3info/Makefile')
-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" |