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
commitc193fa7d033baeb706688ab4d950b9b5503faf5d (patch)
tree5bfac4f48bd9dfab0cbb792816df10c1ed716650 /print/teTeX
parent5c9c1061b68ff88762b2b9bbb12c42d1516686af (diff)
downloadpkgsrc-c193fa7d033baeb706688ab4d950b9b5503faf5d.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