diff options
author | gavan <gavan@pkgsrc.org> | 2003-10-29 16:31:46 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2003-10-29 16:31:46 +0000 |
commit | d24ef03d7a1dfed9de5f256e560a2033331efa3a (patch) | |
tree | 9229209d8a1df33af1f4eb3ca05d5d5874f29e3a /audio/id3ed | |
parent | b7eb2be52fe0330ff71f5f174dcfdffdac6309fb (diff) | |
download | pkgsrc-d24ef03d7a1dfed9de5f256e560a2033331efa3a.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'audio/id3ed')
-rw-r--r-- | audio/id3ed/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile index a3c01605d68..7c707d96097 100644 --- a/audio/id3ed/Makefile +++ b/audio/id3ed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/07/17 21:22:26 grant Exp $ +# $NetBSD: Makefile,v 1.17 2003/10/29 16:31:46 gavan Exp $ # DISTNAME= id3ed-1.10.4 @@ -12,6 +12,7 @@ COMMENT= Edit id3 description tags in mpeg3 files USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_GMAKE= YES +USE_GCC_SHLIB= YES USE_GNU_READLINE= # uses rl_startup_hook |