diff options
Diffstat (limited to 'math/siag/files')
-rw-r--r-- | math/siag/files/patch-aa | 57 | ||||
-rw-r--r-- | math/siag/files/patch-ae | 4 | ||||
-rw-r--r-- | math/siag/files/patch-af | 4 |
3 files changed, 16 insertions, 49 deletions
diff --git a/math/siag/files/patch-aa b/math/siag/files/patch-aa index da215d1a3156..4639b751226c 100644 --- a/math/siag/files/patch-aa +++ b/math/siag/files/patch-aa @@ -1,54 +1,21 @@ ---- topdir.mk.orig Fri Jan 23 05:03:22 1998 -+++ topdir.mk Wed Jan 28 03:08:06 1998 -@@ -1,10 +1,10 @@ +--- topdir.mk.orig Tue Jun 30 02:14:15 1998 ++++ topdir.mk Tue Jul 7 01:55:37 1998 +@@ -1,7 +1,7 @@ - # Set this to wherever you unpacked the archive. - # This is normally not needed, it should be autodetected --#SIAG_HOME = -DSIAGHOME=\"/usr/local/siag\" -+SIAG_HOME = -DSIAGHOME=\"${PREFIX}/lib/siag\" + # Set this to where you want the support files installed +-SIAG_HOME = /usr/local/lib/siag +-XCOMM SIAG_HOME = $(LIBDIR)/siag ++SIAG_HOME = $(PREFIX)/lib/siag ++# SIAG_HOME = $(LIBDIR)/siag # Set this to your web browser of choice - SIAG_HELP = -DSIAGHELP=\"chimera\" - - # This creates a file TRACEME in the current directory - #DEBUG = -DDEBUG -@@ -25,11 +25,12 @@ + SIAG_HELP = chimera +@@ -28,7 +28,7 @@ NDBM = -DNDBM - # And one of the following two lines + # And one of the following two lines (none for Solaris) #DBLIB = -lndbm -DBLIB = -ldb +#DBLIB = -ldb # Uncomment one of the following: --SYSDEP_LIB = # for Linux or HP/UX -+#SYSDEP_LIB = # for Linux or HP/UX - #SYSDEP_LIB = -lposix4 # for Solaris -+SYSDEP_LIB = -lcrypt # FreeBSD - - - ###### -@@ -69,7 +70,7 @@ - - ###### - # Uncomment this if you want to use Xaw3d widgets --XAW3D = -lXaw3d -+#XAW3D = -lXaw3d - # Or this if you have Xaw95 widgets installed - #XAW3D = -lXaw95 - # Or this for a NeXT look -@@ -83,11 +84,11 @@ - - ###### - # To use Guile (requires libguile) --GUILE = -DGUILE --GUILELIB = -lguile -+#GUILE = -DGUILE -+#GUILELIB = -lguile - # To use Tcl (requires libtcl) --TCL = -DTCL --TCLLIB = -ltcl -ldl -+#TCL = -DTCL -+#TCLLIB = -ltcl -ldl - # To use Perl (requires installed Perl library) - # There is *no* Perl support in Siag yet! - #PERL = -DPERL + #SYSDEP_LIB = # for Linux or HP/UX diff --git a/math/siag/files/patch-ae b/math/siag/files/patch-ae index 71ea2e74f597..2b6ba5f2d803 100644 --- a/math/siag/files/patch-ae +++ b/math/siag/files/patch-ae @@ -1,5 +1,5 @@ ---- tsiag/window.c.orig Wed Jan 28 02:38:18 1998 -+++ tsiag/window.c Wed Jan 28 02:38:24 1998 +--- tsiag/window.c.orig Tue Jul 7 01:39:45 1998 ++++ tsiag/window.c Tue Jul 7 01:39:51 1998 @@ -27,7 +27,7 @@ #include <string.h> #include <stdlib.h> diff --git a/math/siag/files/patch-af b/math/siag/files/patch-af index 2112b00e8bec..b73b245b4d3a 100644 --- a/math/siag/files/patch-af +++ b/math/siag/files/patch-af @@ -1,5 +1,5 @@ ---- tsiag/tsiag.c.orig Wed Jan 28 02:39:28 1998 -+++ tsiag/tsiag.c Wed Jan 28 02:39:34 1998 +--- tsiag/tsiag.c.orig Tue Jul 7 01:39:41 1998 ++++ tsiag/tsiag.c Tue Jul 7 01:39:54 1998 @@ -2,7 +2,7 @@ #include <stdio.h> #include <stdlib.h> |