diff options
author | kwm <kwm@FreeBSD.org> | 2011-10-30 06:53:25 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-10-30 06:53:25 +0800 |
commit | 360c8aefe874a59c8866f1e9f6103caee960cfd6 (patch) | |
tree | 3def62b569a1fe9ad7e5f70b7a7b2b1d752f7b80 | |
parent | f420ae310885647a934e36df82fc73c5774387cd (diff) | |
download | freebsd-ports-graphics-360c8aefe874a59c8866f1e9f6103caee960cfd6.tar.gz freebsd-ports-graphics-360c8aefe874a59c8866f1e9f6103caee960cfd6.tar.zst freebsd-ports-graphics-360c8aefe874a59c8866f1e9f6103caee960cfd6.zip |
Fix build on FreeBSD 10
-rw-r--r-- | devel/liboobs/Makefile | 1 | ||||
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/packagekit/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile index f7c4a99435a..e8f5af1cbbd 100644 --- a/devel/liboobs/Makefile +++ b/devel/liboobs/Makefile @@ -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 diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index d7bd49db960..c06031855d2 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -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 diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile index 367516bc4a1..f50f7a29178 100644 --- a/ports-mgmt/packagekit/Makefile +++ b/ports-mgmt/packagekit/Makefile @@ -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 \ diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 53d07082d7a..09a029f50c9 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -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 |