diff options
author | tron <tron@pkgsrc.org> | 1998-06-14 19:37:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-06-14 19:37:46 +0000 |
commit | d960f03dd3b89b9893c5ec19dcffa7cff39188db (patch) | |
tree | 8a037f409942b4bbc305d5b6353e5731e75f8306 | |
parent | ee62c69ad565ebf376d96f85e9db9db170cfe91d (diff) | |
download | pkgsrc-d960f03dd3b89b9893c5ec19dcffa7cff39188db.tar.gz |
Don't use vendor specific X11 directories (e.g. "/usr/openwin" on Sparcs),
should fix PR pkg/5579.
-rw-r--r-- | print/teTeX/patches/patch-aa | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/print/teTeX/patches/patch-aa b/print/teTeX/patches/patch-aa index 3ccde55ca13..cead37c66e8 100644 --- a/print/teTeX/patches/patch-aa +++ b/print/teTeX/patches/patch-aa @@ -1,5 +1,5 @@ --- Makefile.orig Fri Feb 14 11:58:11 1997 -+++ Makefile Sun Nov 23 13:48:36 1997 ++++ Makefile Sun Jun 14 21:07:27 1998 @@ -8,10 +8,10 @@ #========================================================================= VERSION = 0.4 @@ -22,6 +22,17 @@ # The shared libXmu from OpenWindows is buggy on some SunOS 4.1.3 systems. # If you run into this problem (when linking xdvi), set BROKEN_SUNOS_LIBXMU +@@ -33,8 +33,8 @@ + # for the X Window System to the vendor specific directories (e.g. + # /usr/openwin/{include,lib}). To turn off this "feature", set + # USE_VENDOR_X=no. You may also need to set XINC and XLIB (see below). +-USE_VENDOR_X=yes +-#USE_VENDOR_X=no ++#USE_VENDOR_X=yes ++USE_VENDOR_X=no + + #========================================================================= + # Set these, if configure cannot find the location of your libs and @@ -70,24 +70,24 @@ # set USE_DIALOG=false if compiling dialog causes trouble on your system # texconfig will still run in command-mode |