svn commit: r467443 - head/graphics/freeimage

Jan Beich jbeich at FreeBSD.org
Sun Apr 15 23:58:00 UTC 2018


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 \


More information about the svn-ports-head mailing list