Date: Tue, 12 Mar 2019 04:25:55 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495425 - head/print/photoprint Message-ID: <201903120425.x2C4PtSx058877@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903120425.x2C4PtSx058877>