1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

graphics/dia: fix underlinking

Reported by:	antoine
Reviewed by:	kwm (gnome)
This commit is contained in:
Tobias C. Berner 2019-04-06 21:19:33 +00:00
parent 5fb9de3e99
commit 4c4b47be88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498212

View File

@ -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