summaryrefslogtreecommitdiff
path: root/audio/swhplugins
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-12-12 10:27:30 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-12-12 10:27:30 +0000
commitbdfda9025ba8053511516788dfd8d7ef65eef6ed (patch)
tree6a3739ee03df777d33786084a72fc7d5b06582b5 /audio/swhplugins
parent"The Options.cpp was trying to open a file that does not exist, (diff)
Use the right combination of autotools.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=71571
Diffstat (limited to 'audio/swhplugins')
-rw-r--r--audio/swhplugins/Makefile14
-rw-r--r--audio/swhplugins/files/patch-aclocal.m418
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])])
+