Date: Sat, 6 Apr 2019 21:19:33 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498212 - head/graphics/dia Message-ID: <201904062119.x36LJX7a023751@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Apr 6 21:19:33 2019 New Revision: 498212 URL: https://svnweb.freebsd.org/changeset/ports/498212 Log: graphics/dia: fix underlinking Reported by: antoine Reviewed by: kwm (gnome) Modified: head/graphics/dia/Makefile Modified: head/graphics/dia/Makefile ============================================================================== --- head/graphics/dia/Makefile Sat Apr 6 21:16:34 2019 (r498211) +++ head/graphics/dia/Makefile Sat Apr 6 21:19:33 2019 (r498212) @@ -24,7 +24,7 @@ INSTALLS_ICONS= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib `pkg-config --libs gmodule-2.0` CONFIGURE_ARGS= --disable-gnome INSTALL_TARGET= install-strip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904062119.x36LJX7a023751>