Set USE_GCC_SHLIB. Fixes linking on Solaris.

This commit is contained in:
gavan 2003-10-30 15:30:43 +00:00
parent 5b51b3d08d
commit 86e4a93c11

View file

@ -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"