diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-12-24 18:48:00 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-12-24 18:48:00 +0000 |
commit | 4de8bf5583f5444c5f3f9d2c971409b020dc060f (patch) | |
tree | fb6145f59944d978afd13900c35a8b20dd8774ec /print/transfig/files | |
parent | 332b0f4a830f7403e0b41592bbae6e4094f8ef23 (diff) | |
download | ports-4de8bf5583f5444c5f3f9d2c971409b020dc060f.tar.gz ports-4de8bf5583f5444c5f3f9d2c971409b020dc060f.zip |
Notes
Diffstat (limited to 'print/transfig/files')
-rw-r--r-- | print/transfig/files/patch-ac | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/print/transfig/files/patch-ac b/print/transfig/files/patch-ac index 1df60976a65e..0afe441822ca 100644 --- a/print/transfig/files/patch-ac +++ b/print/transfig/files/patch-ac @@ -1,5 +1,14 @@ ---- fig2dev/Imakefile.orig Wed Jul 1 08:52:50 1998 -+++ fig2dev/Imakefile Tue Jan 19 11:14:16 1999 +--- fig2dev/Imakefile.orig Tue Jun 30 16:52:50 1998 ++++ fig2dev/Imakefile Fri Dec 24 10:44:17 1999 +@@ -31,7 +31,7 @@ + XCOMM You should point XFIGLIBDIR to the same directory you did when you compiled + XCOMM and installed xfig. This will be made automatic in the future. + +-XFIGLIBDIR = /usr/local/lib/X11/xfig ++XFIGLIBDIR = $(PREFIX)lib/X11/xfig + + XCOMM If your system has the strerror() function (doesn't have sys_errlist) then + XCOMM comment out NEED_STRERROR with an XCOMM comment. @@ -42,7 +42,7 @@ XCOMM inline functions. With the "INLINE" keyword, you should notice that XCOMM the display will be a bit faster in complex figures |