diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-01-16 05:37:02 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-01-16 05:37:02 +0800 |
commit | 38416310fc61ca26cba329a5a5943afdebfa2a1b (patch) | |
tree | f2384347ba1e8d89a16e5eeab8274227aa4aa7dc /audio/id3ed | |
parent | 605bf194b29a279d34eb981e8ed2a51d5d7fee56 (diff) | |
download | freebsd-ports-gnome-38416310fc61ca26cba329a5a5943afdebfa2a1b.tar.gz freebsd-ports-gnome-38416310fc61ca26cba329a5a5943afdebfa2a1b.tar.zst freebsd-ports-gnome-38416310fc61ca26cba329a5a5943afdebfa2a1b.zip |
- Revert previous commit, which probably belong to another port, since none of
the patched files are present in the work directory here
Reported by: pointyhat
Pointy hat to: miwi
Diffstat (limited to 'audio/id3ed')
-rw-r--r-- | audio/id3ed/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile index f8e810638ca2..cfeac7e521f5 100644 --- a/audio/id3ed/Makefile +++ b/audio/id3ed/Makefile @@ -24,12 +24,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/id3ed ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/id3ed.1 ${MANPREFIX}/man/man1 -post-patch: - @${REINPLACE_CMD} '/main/s/unsigned int/int/' \ - ${WRKSRC}/examples/demo_*.cpp - @${REINPLACE_CMD} 's/\(iomanip\)\.h/\1/' ${WRKSRC}/configure - @${REINPLACE_CMD} '/include.*/{ p; s//include <cstring>/; n;n;n; }' \ - ${WRKSRC}/include/id3/id3lib_strings.h \ - ${WRKSRC}/include/id3/writers.h - .include <bsd.port.mk> |