diff options
author | miwi <miwi@FreeBSD.org> | 2009-10-30 18:11:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-10-30 18:11:07 +0800 |
commit | a98094e450e1515e59bbad71223e1312a26d08e0 (patch) | |
tree | 962956f7772416921157f891ae1c6f3685fbdf1b /net | |
parent | 6f94bb4b11ab30c0b3921cba39512874e66e602b (diff) | |
download | freebsd-ports-gnome-a98094e450e1515e59bbad71223e1312a26d08e0.tar.gz freebsd-ports-gnome-a98094e450e1515e59bbad71223e1312a26d08e0.tar.zst freebsd-ports-gnome-a98094e450e1515e59bbad71223e1312a26d08e0.zip |
- Fix build
PR: 140040
Submitted by: Sato Kuro <poyopoyo@puripuri.plala.or.jp>
Diffstat (limited to 'net')
-rw-r--r-- | net/mpd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/mpd/Makefile b/net/mpd/Makefile index d0ec62d32970..9c400d58cc88 100644 --- a/net/mpd/Makefile +++ b/net/mpd/Makefile @@ -29,9 +29,10 @@ USE_RC_SUBR= mpd .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800097 -BROKEN= does not compile -.endif +post-patch: + ${FIND} ${WRKSRC}/src -type f -name \*.c \ + | ${XARGS} ${GREP} -l 'NG_....LEN[ +1]*' \ + | ${XARGS} ${REINPLACE_CMD} 's/\(NG_....\)LEN[ +1]*/\1SIZ/g' pre-build: @${ECHO} |