diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-18 16:38:14 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-18 16:38:14 +0800 |
commit | a7c5889a3b6c306cd0b0bd91f64f82d3f69fd967 (patch) | |
tree | 9c45cfb0baf3494606b2550b6e385e22c21bd7e9 /audio | |
parent | d81f3931b0f39ac388a9aae9937e633e9b138065 (diff) | |
download | freebsd-ports-gnome-a7c5889a3b6c306cd0b0bd91f64f82d3f69fd967.tar.gz freebsd-ports-gnome-a7c5889a3b6c306cd0b0bd91f64f82d3f69fd967.tar.zst freebsd-ports-gnome-a7c5889a3b6c306cd0b0bd91f64f82d3f69fd967.zip |
Remove old libtool patches
Diffstat (limited to 'audio')
-rw-r--r-- | audio/x11amp/Makefile | 2 | ||||
-rw-r--r-- | audio/x11amp/files/patch-configure | 9 |
2 files changed, 0 insertions, 11 deletions
diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile index 52bedc20013f..a3dbb2d3e5aa 100644 --- a/audio/x11amp/Makefile +++ b/audio/x11amp/Makefile @@ -25,10 +25,8 @@ MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" post-extract: @${CP} ${FILESDIR}/main.xpm ${WRKSRC}/x11amp/defskin - @${CHMOD} a+x ${WRKSRC}/ltconfig post-patch: - @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig @${REINPLACE_CMD} 's|-o root -g wheel||' ${WRKSRC}/libx11amp/Makefile.in .include <bsd.port.mk> diff --git a/audio/x11amp/files/patch-configure b/audio/x11amp/files/patch-configure index c871bf698c2c..ff44ee263829 100644 --- a/audio/x11amp/files/patch-configure +++ b/audio/x11amp/files/patch-configure @@ -1,14 +1,5 @@ --- configure.orig Tue May 31 17:38:58 2005 +++ configure Tue May 31 17:39:14 2005 -@@ -1316,7 +1316,7 @@ - # Actually configure libtool. ac_aux_dir is where install-sh is found. - CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ - LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ -+$ac_aux_dir/ltconfig \ - $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - @@ -2202,14 +2202,14 @@ rm -f conf.gtktest |