diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-04-03 19:17:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-04-03 19:17:57 +0800 |
commit | 03ab89572f93d5916a9ee64e2ea5507ed2062f66 (patch) | |
tree | ee8bcb59df5a5958f4726420c77a6d4bdee1ef63 /x11 | |
parent | 6224af3e1b82afb8d528154547bd92a7014a5dca (diff) | |
download | freebsd-ports-graphics-03ab89572f93d5916a9ee64e2ea5507ed2062f66.tar.gz freebsd-ports-graphics-03ab89572f93d5916a9ee64e2ea5507ed2062f66.tar.zst freebsd-ports-graphics-03ab89572f93d5916a9ee64e2ea5507ed2062f66.zip |
- Fix build on HEAD (unknown clang option -R)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/dxpc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile index 826b6f25544..2adb87d9a9c 100644 --- a/x11/dxpc/Makefile +++ b/x11/dxpc/Makefile @@ -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> |