diff options
-rw-r--r-- | textproc/liblrdf/Makefile | 6 | ||||
-rw-r--r-- | textproc/liblrdf/distinfo | 3 | ||||
-rw-r--r-- | textproc/liblrdf/patches/patch-configure.ac | 15 |
3 files changed, 20 insertions, 4 deletions
diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index 34ef7aca0e7..35f1fe8aab4 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/12/16 01:52:35 obache Exp $ +# $NetBSD: Makefile,v 1.9 2013/01/26 22:59:08 wiz Exp $ # DISTNAME= liblrdf-0.5.0 @@ -15,13 +15,13 @@ WRKSRC= ${WRKDIR}/swh-LRDF-7ebc032 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= aclocal autoconf autoheader automake pkg-config +USE_TOOLS+= autoreconf aclocal autoconf autoheader automake pkg-config USE_LANGUAGES= c PKGCONFIG_OVERRIDE+= lrdf.pc.in pre-configure: - cd ${WRKSRC} && aclocal && autoheader && libtoolize && autoconf && automake -acf + cd ${WRKSRC} && rm m4/* && autoreconf -fi .include "../../audio/ladspa/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" diff --git a/textproc/liblrdf/distinfo b/textproc/liblrdf/distinfo index e6ab3a6a785..9fd8b5476c1 100644 --- a/textproc/liblrdf/distinfo +++ b/textproc/liblrdf/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2012/03/21 10:04:11 wiz Exp $ +$NetBSD: distinfo,v 1.3 2013/01/26 22:59:08 wiz Exp $ SHA1 (liblrdf-0.5.0.tar.gz) = 1b9fef83ccd9a57372e0859fc79e6cb882d61961 RMD160 (liblrdf-0.5.0.tar.gz) = cfaeb99114071c1478c69b35fa9acb5d85e8fd69 Size (liblrdf-0.5.0.tar.gz) = 283109 bytes +SHA1 (patch-configure.ac) = 3236332b7312e61989caa0bc89738f8e1e698de5 diff --git a/textproc/liblrdf/patches/patch-configure.ac b/textproc/liblrdf/patches/patch-configure.ac new file mode 100644 index 00000000000..be6f1cfd51c --- /dev/null +++ b/textproc/liblrdf/patches/patch-configure.ac @@ -0,0 +1,15 @@ +$NetBSD: patch-configure.ac,v 1.1 2013/01/26 22:59:08 wiz Exp $ + +automake-1.13 compat. + +--- configure.ac.orig 2011-10-04 13:43:59.000000000 +0000 ++++ configure.ac +@@ -1,7 +1,7 @@ + # Process this file with autoconf to produce a configure script. + AC_INIT(src/lrdf.c) + AC_CONFIG_MACRO_DIR([m4]) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + AM_INIT_AUTOMAKE(liblrdf, 0.5.0) + + LRDF_LIBTOOL_VERSION=2:0:0 |