diff options
author | kwm <kwm@FreeBSD.org> | 2011-10-30 00:30:24 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-10-30 00:30:24 +0800 |
commit | b03cc50e5ed5cdc4ae7518e286a1bdd0dd4a020b (patch) | |
tree | b9b0470435cd6a616026527afec1d9de18a847ea | |
parent | 2de67310a25deead0f4bbc2ca4c7753c62b1610d (diff) | |
download | freebsd-ports-gnome-b03cc50e5ed5cdc4ae7518e286a1bdd0dd4a020b.tar.gz freebsd-ports-gnome-b03cc50e5ed5cdc4ae7518e286a1bdd0dd4a020b.tar.zst freebsd-ports-gnome-b03cc50e5ed5cdc4ae7518e286a1bdd0dd4a020b.zip |
Fix build on FreeBSD 10
-rw-r--r-- | accessibility/gnome-speech/Makefile | 1 | ||||
-rw-r--r-- | net-im/folks/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/accessibility/gnome-speech/Makefile b/accessibility/gnome-speech/Makefile index 70e217980fbf..601fa5574aab 100644 --- a/accessibility/gnome-speech/Makefile +++ b/accessibility/gnome-speech/Makefile @@ -19,6 +19,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libbonobo GNU_CONFIGURE= yes +WITH_FBSD10_FIX=yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static CPPFLAGS+= -I${LOCALBASE}/include diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile index fec8de126d2c..eb3511d0edab 100644 --- a/net-im/folks/Makefile +++ b/net-im/folks/Makefile @@ -25,6 +25,7 @@ USE_LDCONFIG= yes USE_GMAKE= yes USE_GNOME= gnomehack GNU_CONFIGURE= yes +WITH_FBSD10_FIX=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |