Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Apr 2018 23:57:59 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467443 - head/graphics/freeimage
Message-ID:  <201804152357.w3FNvxDk099224@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Apr 15 23:57:59 2018
New Revision: 467443
URL: https://svnweb.freebsd.org/changeset/ports/467443

Log:
  graphics/freeimage: unbreak on armv7
  
  /usr/bin/ld: ./Source/FreeImage/BitmapAccess.o(.text+0x2d0): unresolvable R_ARM_MOVW_ABS_NC relocation against symbol `_ZSt7nothrow'
  /usr/bin/ld: final link failed: Nonrepresentable section on output
  cc: error: linker command failed with exit code 1 (use -v to see invocation)

Modified:
  head/graphics/freeimage/Makefile   (contents, props changed)

Modified: head/graphics/freeimage/Makefile
==============================================================================
--- head/graphics/freeimage/Makefile	Sun Apr 15 23:57:45 2018	(r467442)
+++ head/graphics/freeimage/Makefile	Sun Apr 15 23:57:59 2018	(r467443)
@@ -25,6 +25,7 @@ MAKE_ARGS=	CC="${CC}" CPP="${CPP}" CXX="${CXX}"
 CFLAGS+=	-fexceptions -fvisibility=hidden
 CFLAGS_aarch64=	-fPIC
 CFLAGS_amd64=	-fPIC
+CFLAGS_armv7=	-fPIC
 
 PLIST_FILES=	include/FreeImage.h \
 		include/FreeImagePlus.h \



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