summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorgavan <gavan>2003-10-30 15:30:43 +0000
committergavan <gavan>2003-10-30 15:30:43 +0000
commit13692ff49d864c117980c5793b95cfae906d86e6 (patch)
treee597d72d4597b5a409669cdddbe19c58d3f28046 /audio
parent064db9fb8d3e6ea5c05473c893de98f9fc545176 (diff)
downloadpkgsrc-13692ff49d864c117980c5793b95cfae906d86e6.tar.gz
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'audio')
-rw-r--r--audio/mp3info/Makefile3
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"