Fix build on FreeBSD 10

This commit is contained in:
Koop Mast 2011-10-29 22:53:25 +00:00
parent 2b6741e81f
commit f7d2c3ea3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284685
4 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackend
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
WITH_FBSD10_FIX=yes
USE_GNOME= gnomehack glib20
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc --with-hal

View File

@ -28,6 +28,8 @@ LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \
RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
GNU_CONFIGURE= yes
WITH_FBSD10_FIX=yes
CONFIGURE_ARGS= --disable-Werror
LDFLAGS+= ${PTHREAD_LIBS}
USE_GMAKE= yes
USE_GNOME= gnomehack pkgconfig glib20

View File

@ -32,6 +32,7 @@ USE_ICONV= yes
USE_LDCONFIG= yes
USE_PYTHON_BUILD= 2.5+
GNU_CONFIGURE= yes
WITH_FBSD10_FIX=yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo
CONFIGURE_ARGS+=--with-security-framework=polkit \

View File

@ -28,6 +28,7 @@ USE_GNOME= gnomehack libglade2 pygobject
USE_PYTHON= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
WITH_FBSD10_FIX=yes
CONFIGURE_ENV= LIBS="-lintl" \
PYTHON="${PYTHON_VERSION}"
CPPFLAGS+= -I${LOCALBASE}/include