diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-02-02 17:14:17 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-02-02 17:14:17 +0000 |
commit | 21ad5f911ee048265f1c86ba200c93853d81570d (patch) | |
tree | 3616bf85f203ea46b7cc4580c675d906ba4a5703 /audio | |
parent | 9fc819abadd367348abf0d51c6e9a87f01a2efb0 (diff) | |
download | ports-21ad5f911ee048265f1c86ba200c93853d81570d.tar.gz ports-21ad5f911ee048265f1c86ba200c93853d81570d.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/x11amp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile index 2aee567e27dd..70ba38aa08fe 100644 --- a/audio/x11amp/Makefile +++ b/audio/x11amp/Makefile @@ -27,5 +27,6 @@ post-extract: post-patch: @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig + @${REINPLACE_CMD} 's|-o root -g wheel||' ${WRKSRC}/libx11amp/Makefile.in .include <bsd.port.mk> |