mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Fix RSVG_CFLAGS
Reported by: John W <jwdevel@gmail.com>
This commit is contained in:
parent
1da4338efa
commit
1e51913b60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280857
@ -316,7 +316,7 @@ PLIST_SUB+= WMF="@comment "
|
||||
USE_GNOME+= libxml2
|
||||
LIB_DEPENDS+= rsvg-2:${PORTSDIR}/graphics/librsvg2
|
||||
CONFIGURE_ARGS+= --with-rsvg --with-xml
|
||||
CONFIGURE_ENV+= RSVG_CFLAGS="-I${LOCALBASE}/include/librsvg-2" \
|
||||
CONFIGURE_ENV+= RSVG_CFLAGS="-I${LOCALBASE}/include/librsvg-2.0" \
|
||||
RSVG_LIBS="-L${LOCALBASE}/lib"
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-rsvg --without-xml
|
||||
|
Loading…
Reference in New Issue
Block a user