diff options
author | kwm <kwm@FreeBSD.org> | 2011-10-29 18:25:51 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-10-29 18:25:51 +0800 |
commit | 0e77790b5c1089cf62088a4e5bf6fa207e126428 (patch) | |
tree | 8a6ae9f8611842dbe7d1aee55c512434dfcec9b6 /accessibility | |
parent | 2b84174c720e32fb1b97f7ce1ce9afa83b21ab96 (diff) | |
download | freebsd-ports-gnome-0e77790b5c1089cf62088a4e5bf6fa207e126428.tar.gz freebsd-ports-gnome-0e77790b5c1089cf62088a4e5bf6fa207e126428.tar.zst freebsd-ports-gnome-0e77790b5c1089cf62088a4e5bf6fa207e126428.zip |
Fix build on FreeBSD 10
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/atkmm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accessibility/atkmm/Makefile b/accessibility/atkmm/Makefile index 34a9448cf6f6..4e7bb2e20386 100644 --- a/accessibility/atkmm/Makefile +++ b/accessibility/atkmm/Makefile @@ -21,6 +21,7 @@ USE_LDCONFIG= yes USE_GMAKE= yes MAKE_JOBS_SAFE= yes USE_GNOME= gnomehack atk +WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |