diff options
Diffstat (limited to 'misc/chmlib/files/patch-Makefile')
-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 |