svn commit: r495425 - head/print/photoprint

Mark Linimon linimon at FreeBSD.org
Tue Mar 12 04:25:56 UTC 2019


Author: linimon
Date: Tue Mar 12 04:25:55 2019
New Revision: 495425
URL: https://svnweb.freebsd.org/changeset/ports/495425

Log:
  Fix build on gcc-based architectures:
  
    undefined reference to '__cxa_throw_bad_array_new_length at CXXABI_1.3.8'
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/print/photoprint/Makefile

Modified: head/print/photoprint/Makefile
==============================================================================
--- head/print/photoprint/Makefile	Tue Mar 12 04:20:43 2019	(r495424)
+++ head/print/photoprint/Makefile	Tue Mar 12 04:25:55 2019	(r495425)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libcups.so:print/cups \
 		libtiff.so:graphics/tiff
 
 GNU_CONFIGURE=	yes
-USES=		desktop-file-utils gettext jpeg libtool localbase pkgconfig
+USES=		compiler:c++11-lang desktop-file-utils gettext jpeg libtool localbase pkgconfig
 USE_GNOME=	cairo gdkpixbuf2 gtk20
 USE_XORG=	x11
 USE_CXXSTD=	gnu++98


More information about the svn-ports-all mailing list