diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-05-22 01:52:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-05-22 01:52:29 +0000 |
commit | 67ab609c2ae55f2f21f818e2afcb9ff17f34a924 (patch) | |
tree | 5bfac4f48bd9dfab0cbb792816df10c1ed716650 /print/teTeX | |
parent | 2b3584efe1d955bbaceadb8a8e4770eefe3ef9dd (diff) | |
download | pkgsrc-67ab609c2ae55f2f21f818e2afcb9ff17f34a924.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-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 |