diff options
Diffstat (limited to 'print/teTeX/patches/patch-aa')
-rw-r--r-- | print/teTeX/patches/patch-aa | 2 |
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 |