--- Makefile.orig 2021-03-04 16:08:12.119928000 +0100 +++ Makefile 2021-03-04 17:03:48.958271000 +0100 @@ -12,23 +12,30 @@ LICENSE= GPLv2 -LIB_DEPENDS= libpng.so:graphics/png \ +BROKEN_powerpc64= fails to link: libicuuc.so. undefined reference to __cxa_throw_bad_array_new_length + +BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 +LIB_DEPENDS= libcurl.so:ftp/curl \ liblcms.so:graphics/lcms \ libexiv2.so:graphics/exiv2 \ libdbus-1.so:devel/dbus \ libfftw3f.so:math/fftw3-float \ - liblensfun.so:graphics/lensfun \ libflickcurl.so:www/flickcurl \ - libgphoto2.so:graphics/libgphoto2 -BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libgphoto2.so:graphics/libgphoto2 \ + liblensfun.so:graphics/lensfun \ + libpng.so:graphics/png \ + libraptor2.so:textproc/raptor2 \ + libtiff.so:graphics/tiff -BROKEN_powerpc64= fails to link: libicuuc.so. undefined reference to __cxa_throw_bad_array_new_length - USES= compiler:c++11-lang desktop-file-utils gettext gmake \ - gnome jpeg libtool localbase pathfix pkgconfig sqlite -GNU_CONFIGURE= yes -USE_GNOME= gtk20 libxml2 gconf2 + gnome jpeg libtool localbase pathfix pkgconfig sqlite xorg +USE_GNOME= cairo gconf2 gdkpixbuf2 gtk20 libxml2 USE_LDCONFIG= yes +USE_XORG= x11 + +GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CXXFLAGS+= -Wno-c++11-narrowing