diff options
author | daichi <daichi@FreeBSD.org> | 2003-06-26 14:18:15 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-06-26 14:18:15 +0800 |
commit | 70a5b204e7b658b46b60fdc57abdb7ff383df043 (patch) | |
tree | 240b6f135596ecf0b677994db92fa9fd216ccfb7 | |
parent | af32d2ef2880e379e557471b04564ed712b32214 (diff) | |
download | freebsd-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/Makefile | 6 |
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> |