1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Fix build with clang

- Add staging support

MFH:		2014Q1
This commit is contained in:
Pawel Pekala 2014-03-26 11:09:06 +00:00
parent d1f94ff6c2
commit 601f35f240
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349239

View File

@ -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>