diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 16:45:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 16:45:31 +0800 |
commit | 83d025618fe694bd1d221aab0e1d7172a3805487 (patch) | |
tree | 1e5399ff100c65e79c9a358ad7188f3ada886dc7 /misc | |
parent | 132c9cc8514da2aedd6f69b9fd99a6f975cd44e6 (diff) | |
download | freebsd-ports-gnome-83d025618fe694bd1d221aab0e1d7172a3805487.tar.gz freebsd-ports-gnome-83d025618fe694bd1d221aab0e1d7172a3805487.tar.zst freebsd-ports-gnome-83d025618fe694bd1d221aab0e1d7172a3805487.zip |
- Fix build on FreeBSD 10
Diffstat (limited to 'misc')
-rw-r--r-- | misc/chmlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/chmlib/Makefile b/misc/chmlib/Makefile index c3a50dd9166c..bc8f2abcc681 100644 --- a/misc/chmlib/Makefile +++ b/misc/chmlib/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.jedrea.com/chmlib/ MAINTAINER= fluffy@FreeBSD.org COMMENT= A library for dealing with Microsoft ITSS/CHM format files +WITH_FBSD10_FIX=yes USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable-static --enable-examples |