1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Forcibly turn off bonobo support, even if it's present on the system,

since the bonobo-related code makes references to gdk-pixbuf
features that were removed/replaced in newer versions.
This commit is contained in:
Ade Lovett 2000-08-04 02:10:43 +00:00
parent 9c1012c791
commit fd50c7d351
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31298

View File

@ -26,7 +26,8 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome
--datadir=${PREFIX}/share/gnome \
--without-bonobo
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"