diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-06-19 12:36:27 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-06-19 12:36:27 +0000 |
commit | e095ea9f2f02ce53bc8ee81c34847154d4dc2de7 (patch) | |
tree | 98ed66c7335aa3e0cde2108f0143d71dc787ef4f /misc/chmlib/files | |
parent | fix for alpha build (diff) |
Don't use pread64 and/or lseek64 which are not in FreeBSD libc.
Notes
Notes:
svn path=/head/; revision=83312
Diffstat (limited to 'misc/chmlib/files')
-rw-r--r-- | misc/chmlib/files/patch-Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/chmlib/files/patch-Makefile b/misc/chmlib/files/patch-Makefile index 9e402cd7997e..f34d5f7ae7c9 100644 --- a/misc/chmlib/files/patch-Makefile +++ b/misc/chmlib/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Sat Apr 5 23:57:17 2003 -+++ Makefile Sun Apr 6 02:30:25 2003 +--- Makefile.orig Thu Oct 10 12:25:54 2002 ++++ Makefile Thu Jun 19 21:34:15 2003 @@ -7,11 +7,11 @@ # Note: LDFLAGS must contain -lpthread if you are using -DCHM_MT. # @@ -9,7 +9,7 @@ -INSTALLPREFIX=/usr/local/ -CC=gcc-3.2 -LD=gcc-3.2 -+CFLAGS+=-DCHM_MT -DCHM_USE_PREAD -DCHM_USE_IO64 -DDMALLOC_DISABLE ++CFLAGS+=-DCHM_MT -DDMALLOC_DISABLE +LDFLAGS=${PTHREAD_LIBS} +INSTALLPREFIX=${PREFIX} +#CC=gcc-3.2 |