svn commit: r349996 - head/x11/dxpc
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Apr 3 11:17:58 UTC 2014
Author: amdmi3
Date: Thu Apr 3 11:17:57 2014
New Revision: 349996
URL: http://svnweb.freebsd.org/changeset/ports/349996
QAT: https://qat.redports.org/buildarchive/r349996/
Log:
- Fix build on HEAD (unknown clang option -R)
Modified:
head/x11/dxpc/Makefile
Modified: head/x11/dxpc/Makefile
==============================================================================
--- head/x11/dxpc/Makefile Thu Apr 3 11:17:49 2014 (r349995)
+++ head/x11/dxpc/Makefile Thu Apr 3 11:17:57 2014 (r349996)
@@ -25,4 +25,7 @@ MAKE_ARGS= INSTALL="${INSTALL_PROGRAM}"
PLIST_FILES= bin/dxpc \
man/man1/dxpc.1.gz
+post-patch:
+ @${REINPLACE_CMD} -e 's|-R$$withval/lib||' ${WRKSRC}/configure
+
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list