diff options
author | arved <arved@FreeBSD.org> | 2002-12-12 18:27:30 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-12-12 18:27:30 +0800 |
commit | 34277d28b863578ab3b77908b46d6c9ca59d65f4 (patch) | |
tree | d1155a1d281368296333feec2c6dcdba4cc915e3 /audio | |
parent | a9045300312a346926079051ae84ebf448c7704f (diff) | |
download | freebsd-ports-gnome-34277d28b863578ab3b77908b46d6c9ca59d65f4.tar.gz freebsd-ports-gnome-34277d28b863578ab3b77908b46d6c9ca59d65f4.tar.zst freebsd-ports-gnome-34277d28b863578ab3b77908b46d6c9ca59d65f4.zip |
Use the right combination of autotools.
Submitted by: bento
Diffstat (limited to 'audio')
-rw-r--r-- | audio/swhplugins/Makefile | 14 | ||||
-rw-r--r-- | audio/swhplugins/files/patch-aclocal.m4 | 18 |
2 files changed, 16 insertions, 16 deletions
diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile index fa0dbcfa2043..e5f0a9136252 100644 --- a/audio/swhplugins/Makefile +++ b/audio/swhplugins/Makefile @@ -12,25 +12,19 @@ DISTNAME= swh-plugins-${PORTVERSION} MAINTAINER= arved@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \ - autoconf:${PORTSDIR}/devel/autoconf +BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw -AUTOCONF= ${LOCALBASE}/bin/autoconf -USE_AUTOMAKE= yes -AUTOMAKE_VER= 14 +USE_AUTOMAKE_VER= 14 AUTOMAKE_ARGS= --add-missing --foreign INSTALLS_SHLIB= yes USE_REINPLACE= yes USE_GMAKE= yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} pre-extract: @${ECHO_CMD} "NOTE: This port does not build all \ Plugins, due to missing lrintf() function on FreeBSD" -post-patch: - ${REINPLACE_CMD} -e "s,-Bsymbolic,-Bsymbolic -L${LOCALBASE}/lib," \ - ${WRKSRC}/Makefile.am - cd ${WRKSRC} && ${AUTOCONF} - .include <bsd.port.mk> diff --git a/audio/swhplugins/files/patch-aclocal.m4 b/audio/swhplugins/files/patch-aclocal.m4 index e96cd0c57801..75cc1d76cf1c 100644 --- a/audio/swhplugins/files/patch-aclocal.m4 +++ b/audio/swhplugins/files/patch-aclocal.m4 @@ -1,11 +1,17 @@ ---- aclocal.m4.orig Mon May 13 00:01:38 2002 -+++ aclocal.m4 Mon May 13 00:06:09 2002 -@@ -61,7 +61,7 @@ +--- aclocal.m4.orig Fri Nov 1 21:13:15 2002 ++++ aclocal.m4 Thu Dec 12 11:25:52 2002 +@@ -59,10 +59,10 @@ + AC_REQUIRE([AC_ARG_PROGRAM]) + dnl FIXME This is truly gross. missing_dir=`cd $ac_aux_dir && pwd` - AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir) - AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) +-AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir) +-AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) -AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir) +-AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) ++AM_MISSING_PROG(ACLOCAL, aclocal14, $missing_dir) ++AM_MISSING_PROG(AUTOCONF, autoconf213, $missing_dir) +AM_MISSING_PROG(AUTOMAKE, automake14, $missing_dir) - AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) ++AM_MISSING_PROG(AUTOHEADER, autoheader213, $missing_dir) AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) AC_REQUIRE([AC_PROG_MAKE_SET])]) + |