summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2014-03-26 11:09:06 +0000
committerpawel <pawel@FreeBSD.org>2014-03-26 11:09:06 +0000
commit8de409d7ec19aa5b468f96460bc41ca483304245 (patch)
tree17bc0db9bdb210d778fe151260343c1acc84678a
parente86a88b96ef3b25db0c3e5e4b7b55ca83193216e (diff)
downloadFreeBSD-ports-8de409d7ec19aa5b468f96460bc41ca483304245.zip
FreeBSD-ports-8de409d7ec19aa5b468f96460bc41ca483304245.tar.gz
- Fix build with clang
- Add staging support MFH: 2014Q1
-rw-r--r--deskutils/xrolo/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/deskutils/xrolo/Makefile b/deskutils/xrolo/Makefile
index 72dc39d..2ed81c8 100644
--- a/deskutils/xrolo/Makefile
+++ b/deskutils/xrolo/Makefile
@@ -19,8 +19,11 @@ WRKSRC= ${WRKDIR}/xrolo
USES= imake
USE_XORG= x11 xext
-MAN1= xrolo.1
-PLIST_FILES= bin/xrolo
+PLIST_FILES= bin/xrolo man/man1/xrolo.1.gz
+
+CFLAGS+= -Wno-return-type
+
+post-configure:
+ @${REINPLACE_CMD} 's|DESTDIR) |DESTDIR)|g' ${WRKSRC}/Makefile
-NO_STAGE= yes
.include <bsd.port.mk>
OpenPOWER on IntegriCloud