svn commit: r480072 - head/graphics/lfview

Ed Maste emaste at FreeBSD.org
Tue Sep 18 19:58:33 UTC 2018


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


More information about the svn-ports-all mailing list