Index: branches/2019Q2/x11/xsettingsd/Makefile =================================================================== --- branches/2019Q2/x11/xsettingsd/Makefile (revision 498219) +++ branches/2019Q2/x11/xsettingsd/Makefile (revision 498220) @@ -1,31 +1,38 @@ # $FreeBSD$ PORTNAME= xsettingsd DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-2 DISTVERSIONSUFFIX= -g1b2bcca CATEGORIES= x11 MAINTAINER= aou@eecs.berkeley.edu COMMENT= Daemon that implements the XSETTINGS specification LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c++11-lang pkgconfig scons USE_GITHUB= yes GH_ACCOUNT= derat USE_XORG= x11 PLIST_FILES= bin/dump_xsettings \ bin/xsettingsd \ man/man1/dump_xsettings.1.gz \ man/man1/xsettingsd.1.gz +.include + +.if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64 +pre-configure: + ${REINPLACE_CMD} -e 's|-Wno-narrowing||' ${WRKSRC}/SConstruct +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dump_xsettings ${WRKSRC}/xsettingsd \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/dump_xsettings.1 ${WRKSRC}/xsettingsd.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1 -.include +.include Index: branches/2019Q2 =================================================================== --- branches/2019Q2 (revision 498219) +++ branches/2019Q2 (revision 498220) Property changes on: branches/2019Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r498219