diff options
author | oliver <oliver@FreeBSD.org> | 2006-12-05 13:59:33 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-12-05 13:59:33 +0800 |
commit | ef11622ed259d1d5dbd4408d1ae8b476b3d7d245 (patch) | |
tree | 876928328aa2ce68b3b6e0f1dd62c579664b866b /multimedia/audacious-plugins/Makefile | |
parent | 866e52419361e4e769a2f890d2da7372996099b2 (diff) | |
download | freebsd-ports-gnome-ef11622ed259d1d5dbd4408d1ae8b476b3d7d245.tar.gz freebsd-ports-gnome-ef11622ed259d1d5dbd4408d1ae8b476b3d7d245.tar.zst freebsd-ports-gnome-ef11622ed259d1d5dbd4408d1ae8b476b3d7d245.zip |
properly fix for FreeBSD 4
Diffstat (limited to 'multimedia/audacious-plugins/Makefile')
-rw-r--r-- | multimedia/audacious-plugins/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index bfa63cb43e81..160c9d1d4e4e 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -107,8 +107,6 @@ post-patch: ${WRKSRC}/src/alac/stream.h ${WRKSRC}/src/alac/demux.c \ ${WRKSRC}/src/alac/demux.h ${WRKSRC}/src/alac/stream.c \ ${WRKSRC}/src/aac/mp4ff/mp4ff_int_types.h - @${REINPLACE_CMD} -e 's| going = 1|int &|' \ - ${WRKSRC}/src/scrobbler/xmms_scrobbler.c .endif post-install: |