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 /graphics/py-cairo | |
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 'graphics/py-cairo')
-rw-r--r-- | graphics/py-cairo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index 95ea87c16036..31cb72ad38ae 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -23,6 +23,7 @@ USE_PYTHON= 2.6-2.7 USE_GMAKE= yes USE_GNOME= gnomehack GNU_CONFIGURE= yes +WITH_FBSD10_FIX=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |