aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordaichi <daichi@FreeBSD.org>2003-06-26 14:18:15 +0800
committerdaichi <daichi@FreeBSD.org>2003-06-26 14:18:15 +0800
commit70a5b204e7b658b46b60fdc57abdb7ff383df043 (patch)
tree240b6f135596ecf0b677994db92fa9fd216ccfb7
parentaf32d2ef2880e379e557471b04564ed712b32214 (diff)
downloadfreebsd-ports-gnome-70a5b204e7b658b46b60fdc57abdb7ff383df043.tar.gz
freebsd-ports-gnome-70a5b204e7b658b46b60fdc57abdb7ff383df043.tar.zst
freebsd-ports-gnome-70a5b204e7b658b46b60fdc57abdb7ff383df043.zip
Update audio/aube
Remove "post-patch" because gnomehack does it by default PR: 53503 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> (maintainer)
-rw-r--r--audio/aube/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/audio/aube/Makefile b/audio/aube/Makefile
index b72ea6c1d5bf..07546939c48b 100644
--- a/audio/aube/Makefile
+++ b/audio/aube/Makefile
@@ -18,16 +18,10 @@ LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_REINPLACE= yes
USE_GNOME= gnomeprefix gnomehier gnomehack gtk12 imlib
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= aube.1
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/configure
-
.include <bsd.port.mk>