diff options
author | danfe <danfe@FreeBSD.org> | 2006-01-21 13:04:00 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-01-21 13:04:00 +0800 |
commit | 130d43c29981f2b00fbdacd8b03620663d71b407 (patch) | |
tree | 6a0518d0ed2f7ce879c446a909ed30a1d5468a20 /audio/libgpod | |
parent | 552a077b0e6ba4db52af8bd5c5c2dc15f23e77c1 (diff) | |
download | freebsd-ports-graphics-130d43c29981f2b00fbdacd8b03620663d71b407.tar.gz freebsd-ports-graphics-130d43c29981f2b00fbdacd8b03620663d71b407.tar.zst freebsd-ports-graphics-130d43c29981f2b00fbdacd8b03620663d71b407.zip |
- Hopefully fix the build on cluster [1]
- Previous commit was useless, but don't revert it :-(
Reported by: krismail [1]
Diffstat (limited to 'audio/libgpod')
-rw-r--r-- | audio/libgpod/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile index 37e3b460ac0..b5f7734ef9b 100644 --- a/audio/libgpod/Makefile +++ b/audio/libgpod/Makefile @@ -25,5 +25,6 @@ post-extract: @${REINPLACE_CMD} -e \ 's,libdir)/pkgconfig,prefix)/libdata/pkgconfig,' \ ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} '19323,19345d' ${WRKSRC}/configure .include <bsd.port.mk> |