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 /accessibility/gnome-speech | |
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
Diffstat (limited to 'accessibility/gnome-speech')
-rw-r--r-- | accessibility/gnome-speech/Makefile | 1 |
1 files changed, 1 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 |