Date: Wed, 12 Feb 2020 06:41:54 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525896 - head/graphics/entangle Message-ID: <202002120641.01C6fs11020319@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Wed Feb 12 06:41:53 2020 New Revision: 525896 URL: https://svnweb.freebsd.org/changeset/ports/525896 Log: Unbreak the build when using modern LLD linker (-lgstbase-1.0 was missing). Modified: head/graphics/entangle/Makefile Modified: head/graphics/entangle/Makefile ============================================================================== --- head/graphics/entangle/Makefile Wed Feb 12 04:26:22 2020 (r525895) +++ head/graphics/entangle/Makefile Wed Feb 12 06:41:53 2020 (r525896) @@ -12,10 +12,6 @@ COMMENT= Digital camera tethered control and capture p LICENSE= GPLv3 -.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld -BROKEN= ld: error: ./.libs/libentangle_backend.so: undefined reference to gst_base_src_get_type -.endif - BUILD_DEPENDS= ${LOCALBASE}/share/icons/mate/scalable/devices/camera-photo-symbolic.svg:x11-themes/mate-icon-theme \ itstool:textproc/itstool LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 \ @@ -49,6 +45,7 @@ NLS_USES= gettext-runtime post-patch: @${REINPLACE_CMD} -e '/checking for GUDEV/,+93d ; \ + s,gstreamer-plugins-base-1,gstreamer-base-1, ; \ s,gnome-icon-theme-symbolic,mate-icon-theme, ; \ s,/usr/share/icons/gnome,${LOCALBASE}/share/icons/mate,' \ ${WRKSRC}/configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002120641.01C6fs11020319>