diff options
author | beat <beat@FreeBSD.org> | 2011-10-29 18:14:34 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2011-10-29 18:14:34 +0800 |
commit | 793b8ae49bc7e6a258938c43c483fa1346044551 (patch) | |
tree | 45a208880fa612b354f1797414f88c3280bb8b77 /graphics/sane-backends | |
parent | 11ec703baa31a0df2702aecfe8a0626a43daefa0 (diff) | |
download | freebsd-ports-gnome-793b8ae49bc7e6a258938c43c483fa1346044551.tar.gz freebsd-ports-gnome-793b8ae49bc7e6a258938c43c483fa1346044551.tar.zst freebsd-ports-gnome-793b8ae49bc7e6a258938c43c483fa1346044551.zip |
- Fix build on FreeBSD 10
Reported by: pointyhat
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 449a2a884e9d..3ac1eb5abb93 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -36,6 +36,7 @@ CONFIGURE_ARGS= --with-docdir=${DOCSDIR} \ --disable-locking \ --enable-pthread USE_LDCONFIG= yes +WITH_FBSD10_FIX= yes MAKE_JOBS_UNSAFE= yes USE_RC_SUBR= saned |