- USE_LIBTOOL

- Fix libint/libiconv linking
- Don't use bundled libintl headers
- Bump PKGNAME
This commit is contained in:
alek 2006-02-12 16:46:08 +00:00
parent 5d80851387
commit d7463b74c5
3 changed files with 28 additions and 7 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2004/11/21 17:51:46 espie Exp $
# $OpenBSD: Makefile,v 1.11 2006/02/12 16:46:08 alek Exp $
COMMENT= "audio file volume normalizer"
DISTNAME= normalize-0.7.4
PKGNAME= ${DISTNAME}p0
CATEGORIES= audio
MASTER_SITES= http://www.cs.columbia.edu/~cvaill/normalize/
@ -36,4 +37,6 @@ MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
LIB_DEPENDS= mad.2::audio/libmad \
audiofile::devel/libaudiofile
USE_LIBTOOL= Yes
.include <bsd.port.mk>

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-configure,v 1.1 2003/05/13 00:12:38 naddy Exp $
--- configure.orig Mon May 12 17:29:18 2003
+++ configure Mon May 12 17:30:28 2003
$OpenBSD: patch-configure,v 1.2 2006/02/12 16:46:08 alek Exp $
--- configure.orig Sun Apr 28 21:23:03 2002
+++ configure Sun Feb 12 12:13:21 2006
@@ -13288,7 +13288,6 @@ else
#include "confdefs.h"
#include <libintl.h>
@ -35,3 +35,12 @@ $OpenBSD: patch-configure,v 1.1 2003/05/13 00:12:38 naddy Exp $
;
return 0;
}
@@ -14162,7 +14160,7 @@ s,@USE_NLS@,$USE_NLS,;t t
s,@LIBICONV@,$LIBICONV,;t t
s,@LTLIBICONV@,$LTLIBICONV,;t t
s,@INTLLIBS@,$INTLLIBS,;t t
-s,@LIBINTL@,$LIBINTL,;t t
+s,@LIBINTL@,$LTLIBINTL,;t t
s,@LTLIBINTL@,$LTLIBINTL,;t t
s,@POSUB@,$POSUB,;t t
CEOF

View File

@ -1,6 +1,15 @@
$OpenBSD: patch-src_Makefile_in,v 1.2 2002/06/04 21:17:04 jasoni Exp $
--- src/Makefile.in.orig Sun Apr 28 14:22:57 2002
+++ src/Makefile.in Tue Jun 4 07:03:12 2002
$OpenBSD: patch-src_Makefile_in,v 1.3 2006/02/12 16:46:08 alek Exp $
--- src/Makefile.in.orig Sun Apr 28 21:22:57 2002
+++ src/Makefile.in Sun Feb 12 12:46:15 2006
@@ -160,7 +160,7 @@ normalize_CFLAGS = @AUDIOFILE_CFLAGS@ $(
localedir = $(datadir)/locale
INCLUDES = -I$(top_srcdir)/nid3lib \
- -I$(top_builddir)/intl -DLOCALEDIR=\"$(localedir)\"
+ -DLOCALEDIR=\"$(localedir)\"
EXTRA_DIST = normalize-mp3.in mktestwav.c
@@ -675,31 +675,31 @@ install-exec-hook:
# test program targets follow