summaryrefslogtreecommitdiff
path: root/misc/chmlib/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/chmlib/files/patch-Makefile')
-rw-r--r--misc/chmlib/files/patch-Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/chmlib/files/patch-Makefile b/misc/chmlib/files/patch-Makefile
new file mode 100644
index 000000000000..9e402cd7997e
--- /dev/null
+++ b/misc/chmlib/files/patch-Makefile
@@ -0,0 +1,19 @@
+--- Makefile.orig Sat Apr 5 23:57:17 2003
++++ Makefile Sun Apr 6 02:30:25 2003
+@@ -7,11 +7,11 @@
+ # Note: LDFLAGS must contain -lpthread if you are using -DCHM_MT.
+ #
+ #CFLAGS=-DCHM_MT -DCHM_USE_PREAD -DCHM_USE_IO64
+-CFLAGS=-DCHM_MT -DCHM_USE_PREAD -DCHM_USE_IO64 -g -DDMALLOC_DISABLE
+-LDFLAGS=-lpthread
+-INSTALLPREFIX=/usr/local/
+-CC=gcc-3.2
+-LD=gcc-3.2
++CFLAGS+=-DCHM_MT -DCHM_USE_PREAD -DCHM_USE_IO64 -DDMALLOC_DISABLE
++LDFLAGS=${PTHREAD_LIBS}
++INSTALLPREFIX=${PREFIX}
++#CC=gcc-3.2
++LD=${CC}
+ LIBTOOL=libtool
+ CP=/bin/cp
+ EXAMPLES=test_chmLib enum_chmLib enumdir_chmLib chm_http extract_chmLib