Date: Mon, 11 Jun 2018 02:39:20 +0000 From: Mark Linimon <linimon@lonesome.com> To: gnome@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r472164 - head/devel/libical] Message-ID: <20180611023919.GA22081@lonesome.com>
next in thread | raw e-mail | index | archive | help
I suppose that while I'm making a mess, I might as well throw this one in, too. mcl ----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> ----- Date: Mon, 11 Jun 2018 02:34:57 +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: r472164 - head/devel/libical Author: linimon Date: Mon Jun 11 02:34:57 2018 New Revision: 472164 URL: https://svnweb.freebsd.org/changeset/ports/472164 Log: While I'm cleaning out my queue for Q3, add this trivial change which I have had around for a while. It merely brings the usage into modernity. (Well, it drops ia64, but that was done in a tree sweep a long time ago.) Approved by: portmgr (tier-2 blanket) Modified: head/devel/libical/Makefile Modified: head/devel/libical/Makefile ============================================================================== --- head/devel/libical/Makefile Mon Jun 11 02:14:07 2018 (r472163) +++ head/devel/libical/Makefile Mon Jun 11 02:34:57 2018 (r472164) @@ -15,16 +15,12 @@ LICENSE_COMB= dual LIB_DEPENDS= libicuuc.so:devel/icu +CFLAGS_amd64= -fPIC + USES= cmake compiler:c++11-lib pathfix perl5 USE_GITHUB= yes USE_GNOME= introspection:build USE_PERL5= build USE_LDCONFIG= yes -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -CFLAGS+= -fPIC -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> ----- End forwarded message -----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180611023919.GA22081>