summaryrefslogtreecommitdiff
path: root/math/siag/files/patch-aa
blob: da215d1a31562de6d84924d10a16810a10b9cbb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
--- topdir.mk.orig	Fri Jan 23 05:03:22 1998
+++ topdir.mk	Wed Jan 28 03:08:06 1998
@@ -1,10 +1,10 @@
 
 # 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 your web browser of choice
 SIAG_HELP = -DSIAGHELP=\"chimera\"
 
 # This creates a file TRACEME in the current directory
 #DEBUG = -DDEBUG
@@ -25,11 +25,12 @@
 NDBM = -DNDBM
 # And one of the following two lines
 #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