Date: Wed, 26 Dec 2018 21:03:59 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488442 - head/x11/i3lock Message-ID: <201812262103.wBQL3xSq072189@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Dec 26 21:03:58 2018 New Revision: 488442 URL: https://svnweb.freebsd.org/changeset/ports/488442 Log: Set USE_CSTD=c99 to fix build when using base GCC. While here, pet portlint. PR: 234369 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/x11/i3lock/Makefile Modified: head/x11/i3lock/Makefile ============================================================================== --- head/x11/i3lock/Makefile Wed Dec 26 21:00:40 2018 (r488441) +++ head/x11/i3lock/Makefile Wed Dec 26 21:03:58 2018 (r488442) @@ -28,9 +28,10 @@ MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${LOCALBASE}/lib PLIST_FILES= "@(,,4755) bin/i3lock" \ man/man1/i3lock.1.gz +USES= gmake iconv localbase pkgconfig tar:bzip2 LDFLAGS+= ${ICONV_LIB} USE_XORG= x11 xcb xt xorgproto xext -USES= gmake iconv localbase pkgconfig tar:bzip2 +USE_CSTD= c99 GNU_CONFIGURE= yes BUILD_WRKSRC= ${WRKSRC}/${CONFIGURE_TARGET} INSTALL_WRKSRC= ${WRKSRC}/${CONFIGURE_TARGET}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812262103.wBQL3xSq072189>