summaryrefslogtreecommitdiff
path: root/print/teTeX
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-05-22 01:52:29 +0000
committerhubertf <hubertf>1998-05-22 01:52:29 +0000
commit4a7131fad98b2f351fd1ef77c833765381ff249d (patch)
tree5bfac4f48bd9dfab0cbb792816df10c1ed716650 /print/teTeX
parent720757e13c2e60ae761a4394679be187317571d6 (diff)
downloadpkgsrc-4a7131fad98b2f351fd1ef77c833765381ff249d.tar.gz
Make this work on 64bit machines; (PR 5449 by Johnny C. Lam <lamj@stat.cmu.edu>)
Diffstat (limited to 'print/teTeX')
-rw-r--r--print/teTeX/patches/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/teTeX/patches/patch-aa b/print/teTeX/patches/patch-aa
index 1dbeeffaeda..3ccde55ca13 100644
--- a/print/teTeX/patches/patch-aa
+++ b/print/teTeX/patches/patch-aa
@@ -9,7 +9,7 @@
# the following should be best for a pentium
# -O2 -s -m486 -malign-jumps=2 -malign-loops=2 -malign-functions=2
-CFLAGS = -O2
-+CFLAGS := $(CFLAGS) -pipe -DHAVE_EXTERN_SYS_ERRLIST=1
++CFLAGS := $(CFLAGS) -pipe -DHAVE_EXTERN_SYS_ERRLIST=1 -DPOINTER_IS_NOT_INT
# For "real" 64bit OS, e.g. Digital Unix 4.0. Irix6?, use:
# CFLAGS += -DPOINTER_IS_NOT_INT