svn commit: r349239 - head/deskutils/xrolo
Pawel Pekala
pawel at FreeBSD.org
Wed Mar 26 11:09:06 UTC 2014
Author: pawel
Date: Wed Mar 26 11:09:06 2014
New Revision: 349239
URL: http://svnweb.freebsd.org/changeset/ports/349239
QAT: https://qat.redports.org/buildarchive/r349239/
Log:
- Fix build with clang
- Add staging support
MFH: 2014Q1
Modified:
head/deskutils/xrolo/Makefile
Modified: head/deskutils/xrolo/Makefile
==============================================================================
--- head/deskutils/xrolo/Makefile Wed Mar 26 09:42:35 2014 (r349238)
+++ head/deskutils/xrolo/Makefile Wed Mar 26 11:09:06 2014 (r349239)
@@ -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>
More information about the svn-ports-head
mailing list