Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2018 08:38:11 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485731 - head/graphics/exiv2
Message-ID:  <201811240838.wAO8cBSj024295@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sat Nov 24 08:38:11 2018
New Revision: 485731
URL: https://svnweb.freebsd.org/changeset/ports/485731

Log:
  Fix build on gcc-based architectures, remove -mminimal-toc on powerpc64
  
  PR:		232547
  Submitted by:	pkubaj@anongoth.pl

Modified:
  head/graphics/exiv2/Makefile

Modified: head/graphics/exiv2/Makefile
==============================================================================
--- head/graphics/exiv2/Makefile	Sat Nov 24 08:30:49 2018	(r485730)
+++ head/graphics/exiv2/Makefile	Sat Nov 24 08:38:11 2018	(r485731)
@@ -16,17 +16,17 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libexpat.so:textproc/expat2
 
-USES=		cmake:outsource cpe gettext iconv pathfix
+USES=		cmake:outsource compiler:c++11-lang cpe gettext iconv pathfix localbase:ldflags
 USE_LDCONFIG=	yes
 
+LDFLAGS+=	-lintl
+
 CMAKE_ON=	EXIV2_ENABLE_VIDEO \
 		EXIV2_ENABLE_BUILD_PO
 CMAKE_OFF=	EXIV2_ENABLE_BUILD_SAMPLES \
 		EXIV2_ENABLE_LIBXMP
 
 PATHFIX_CMAKELISTSTXT=	CMakeChecks.txt
-
-CFLAGS_powerpc64=	-mminimal-toc
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-trunk
 



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