Skip site navigation (1)Skip section navigation (2)
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
Message-ID:  <201806110234.w5B2YvLN025705@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806110234.w5B2YvLN025705>