summaryrefslogtreecommitdiff
path: root/audio/flac/Makefile
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2019-12-17 13:59:50 +0000
committernros <nros@pkgsrc.org>2019-12-17 13:59:50 +0000
commit3f3b155785b445e1d920f22a5aa9c67a5ba2d5d9 (patch)
tree4a7dde167fe19a0e7f580e87f1e2607e4b9cb09f /audio/flac/Makefile
parent08758f3f6a6b1f8bf6448c6d4d9e80b93b9bc1e0 (diff)
downloadpkgsrc-3f3b155785b445e1d920f22a5aa9c67a5ba2d5d9.tar.gz
Fix build on non-linux ppc machines
Fix build on non-linux ppc machines, tested by julian sevard.
Diffstat (limited to 'audio/flac/Makefile')
-rw-r--r--audio/flac/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index 9216aef1eb9..801fe588eb9 100644
--- a/audio/flac/Makefile
+++ b/audio/flac/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2019/08/05 15:35:12 adam Exp $
+# $NetBSD: Makefile,v 1.55 2019/12/17 13:59:50 nros Exp $
DISTNAME= flac-1.3.3
CATEGORIES= audio archivers
@@ -11,7 +11,7 @@ COMMENT= Free lossless audio codec
LICENSE= modified-bsd AND gnu-gpl-v2 AND gnu-lgpl-v2.1
USE_LIBTOOL= yes
-USE_TOOLS+= gmake
+USE_TOOLS+= aclocal autoconf autoheader automake gmake
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-doxygen-docs
@@ -48,5 +48,8 @@ CFLAGS+= -D__inline=inline
BUILDLINK_TRANSFORM+= rm:-fgnu89-inline
.endif
+pre-configure:
+ cd ${WRKSRC} && autoreconf
+
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"