diff options
author | grant <grant@pkgsrc.org> | 2004-01-28 22:34:07 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-28 22:34:07 +0000 |
commit | 6af66439c460ce234376a5150fe84cdba2b8974a (patch) | |
tree | d4288fd339e072147021898a6c200bc7f710cd20 /audio/id3ed/Makefile | |
parent | 1cce0bd065c5760abaaa9fc47c79d704edf541a4 (diff) | |
download | pkgsrc-6af66439c460ce234376a5150fe84cdba2b8974a.tar.gz |
make sure ${LDFLAGS} comes before ${LIBS} when linking.
fixes build on Solaris.
Diffstat (limited to 'audio/id3ed/Makefile')
-rw-r--r-- | audio/id3ed/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile index 7147f9f0eed..50726fc40d0 100644 --- a/audio/id3ed/Makefile +++ b/audio/id3ed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/01/22 07:15:00 grant Exp $ +# $NetBSD: Makefile,v 1.19 2004/01/28 22:34:07 grant Exp $ # DISTNAME= id3ed-1.10.4 @@ -9,14 +9,14 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.azstarnet.com/~donut/programs/id3ed.html COMMENT= Edit id3 description tags in mpeg3 files -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_GNU_TOOLS+= make USE_GCC_SHLIB= YES USE_GNU_READLINE= # uses rl_startup_hook -LIBS+= ${LDFLAGS} - -.include "../../devel/readline/buildlink2.mk" +.include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |