Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 19:58:32 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480072 - head/graphics/lfview
Message-ID:  <201809181958.w8IJwWEq029338@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste (src committer)
Date: Tue Sep 18 19:58:32 2018
New Revision: 480072
URL: https://svnweb.freebsd.org/changeset/ports/480072

Log:
  graphics/lfview: enable PIC on i386 for lld
  
  By default lld enforces PIC use where required.
  
  Approved by:	portmgr (lld blanket)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/graphics/lfview/Makefile

Modified: head/graphics/lfview/Makefile
==============================================================================
--- head/graphics/lfview/Makefile	Tue Sep 18 19:54:23 2018	(r480071)
+++ head/graphics/lfview/Makefile	Tue Sep 18 19:58:32 2018	(r480072)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lfview
 PORTVERSION=	1.1a
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	http://hoshina.denpa.org/
 
@@ -19,10 +19,8 @@ DOCSDIR=	${PREFIX}/share/doc/ja/lfview
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} != i386
 CFLAGS+=	-fPIC
 MAKE_ENV+=	SHLIBGLOBALSFLAGS=-fPIC
-.endif
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/lfview ${STAGEDIR}${PREFIX}/bin



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