diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-23 05:39:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-23 05:39:23 +0000 |
commit | acebb9db3c8226df56e837d1c82283edda902110 (patch) | |
tree | 5fac6a0022064357b29292c0b3bb6076db091f3b /audio/id3lib | |
parent | 3764dc302e742d8bb9326ef287b068845f059eef (diff) | |
download | pkgsrc-acebb9db3c8226df56e837d1c82283edda902110.tar.gz |
Using c++ implies USE_GCC_SHLIB if we're using GCC.
Diffstat (limited to 'audio/id3lib')
-rw-r--r-- | audio/id3lib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index 5f6e143ce76..95ba74afd00 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/03/23 04:41:00 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2004/03/23 05:39:23 jlam Exp $ # DISTNAME= id3lib-3.8.3 @@ -10,7 +10,6 @@ HOMEPAGE= http://id3lib.sourceforge.net/ COMMENT= Library for manipulating ID3v1 and ID3v2 tags USE_LANGUAGES= c c++ -USE_GCC_SHLIB= # defined USE_BUILDLINK3= yes GNU_CONFIGURE= # defined USE_LIBTOOL= # defined |