diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-18 17:47:29 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-18 17:47:29 +0800 |
commit | dea1c00d8931e324cb9945d5906299ce63ad21ed (patch) | |
tree | d8ee4593f1ee095117c3c4cb6366321f37bbefd8 /audio | |
parent | ff58fb3066c9604a771cf5edc13bf54313547811 (diff) | |
download | freebsd-ports-gnome-dea1c00d8931e324cb9945d5906299ce63ad21ed.tar.gz freebsd-ports-gnome-dea1c00d8931e324cb9945d5906299ce63ad21ed.tar.zst freebsd-ports-gnome-dea1c00d8931e324cb9945d5906299ce63ad21ed.zip |
- Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
Diffstat (limited to 'audio')
-rw-r--r-- | audio/fluidsynth-dssi/Makefile | 4 | ||||
-rw-r--r-- | audio/mpg123/Makefile | 1 | ||||
-rw-r--r-- | audio/portaudio2/Makefile | 1 | ||||
-rw-r--r-- | audio/sphinx/Makefile | 2 | ||||
-rw-r--r-- | audio/zinf/Makefile | 1 |
5 files changed, 0 insertions, 9 deletions
diff --git a/audio/fluidsynth-dssi/Makefile b/audio/fluidsynth-dssi/Makefile index e1b5924488f1..f2c20d548019 100644 --- a/audio/fluidsynth-dssi/Makefile +++ b/audio/fluidsynth-dssi/Makefile @@ -20,8 +20,4 @@ GNU_CONFIGURE= yes USES= gmake libtool pkgconfig USE_GNOME= gtk20 -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ - ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index d06111c182c5..c529872d67eb 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -22,7 +22,6 @@ CONFIGURE_ARGS= --with-optimization=0 \ --with-audio=oss \ --with-default-audio=oss \ --with-module-suffix=.so -CONFIGURE_ENV= CONFIG_SHELL=${SH} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/audio/portaudio2/Makefile b/audio/portaudio2/Makefile index 83c731c5c73a..064d6d28ea59 100644 --- a/audio/portaudio2/Makefile +++ b/audio/portaudio2/Makefile @@ -59,7 +59,6 @@ BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen .endif post-patch: - @${REINPLACE_CMD} -e 's|#include <malloc.h>|#include <stdlib.h>|' ${WRKSRC}/ltmain.sh @${REINPLACE_CMD} -e 's|machine/soundcard.h|sys/soundcard.h|' ${WRKSRC}/configure.in \ ${WRKSRC}/src/hostapi/oss/pa_unix_oss.c ${WRKSRC}/src/SConscript @${REINPLACE_CMD} -e 's|PACKAGE_NAME=|PACKAGE_NAME=portaudio2|' ${WRKSRC}/configure diff --git a/audio/sphinx/Makefile b/audio/sphinx/Makefile index bc1a60f6ddb9..7d4fec87f1d8 100644 --- a/audio/sphinx/Makefile +++ b/audio/sphinx/Makefile @@ -28,8 +28,6 @@ post-patch: ${WRKSRC}/src/libsphinx2/hash.c \ ${WRKSRC}/src/libsphinx2/list.c \ ${WRKSRC}/src/libsphinx2/salloc.c - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ - ${WRKSRC}/configure post-build: ${ECHO_CMD} "*** WARNING ***" > ${PKGMESSAGE} diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index 39c27a9eecb7..ebe7040116d1 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -43,7 +43,6 @@ CONFIGURE_ARGS+= --disable-x86opts .endif post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|Player::||' ${WRKSRC}/base/include/player.h post-install: |