]> git.pld-linux.org Git - packages/fwtk.git/blame - fwtk-linux.patch
- tabs in preamble
[packages/fwtk.git] / fwtk-linux.patch
CommitLineData
1e601ece
AM
1diff -urN fwtk.orig/Makefile.config.linux fwtk/Makefile.config.linux
2--- fwtk.orig/Makefile.config.linux Fri Jul 9 11:44:25 1999
3+++ fwtk/Makefile.config.linux Fri Jul 9 11:53:10 1999
4@@ -30,7 +30,7 @@
5 # Options for your compiler (eg, "-g" for debugging, "-O" for
6 # optimizing, or "-g -O" for both under GCC)
7 #COPT= -g -traditional $(DEFINES)
8-COPT= -g $(DEFINES)
9+COPT= -g $(DEFINES) $(RPM_OPT)
10 #COPT= -O $(DEFINES)
11
12 # Version of "make" you want to use
13@@ -44,11 +44,11 @@
14
15
16 # Destination directory for installation of binaries
17-DEST= /usr/local/etc
18+DEST= /usr/sbin
19
20
21 # Destination directory for installation of man pages
22-#DESTMAN= $(DEST)/../man
23+DESTMAN= /usr/share/man
24
25
26 # Names of any auxiliary libraries your system may require (e.g., -lsocket)
27@@ -57,7 +57,7 @@
28 #AUXLIB= -lsocket
29 # Some versions of Linux have broken the crypt() function out into a
30 # separate library - uncomment the following line if authsrv fails to build.
31-#AUXLIB= -lcrypt
32+AUXLIB= -lcrypt
33
34 # For Solaris:
35 #AUXLIB= -lresolv -lsocket -lnsl
36@@ -85,12 +85,12 @@
37
38
39 # Location of the fwtk sources [For #include by any external tools needing it]
40-FWTKSRCDIR=/u/b/mjr/firewall/fwtk
41+#FWTKSRCDIR=/u/b/mjr/firewall/fwtk
42 #FWTKSRCDIR=/usr/local/src/fwtk
43
44
45 # Location of X libraries for X-gw
46-XLIBDIR=/usr/X11/lib
47+XLIBDIR=/usr/X11R6/lib
48 #XLIBDIR=/usr/local/X11R5/lib
49
50 # X Libraries
51@@ -98,14 +98,14 @@
52 #XLIBS= -L$(XLIBDIR) -lXaw -lXmu -lXt -lXext -lX11 -lSM -lICE -lipc
53 #XLIBS = -L$(XLIBDIR) -lXaw -lXmu -lXt -lXext -lX11
54 # for Linux:
55-XLIBS = -L$(XLIBDIR) -lXaw -lXmu -lXt -lXext -lX11 -lc
56+XLIBS = -L$(XLIBDIR) -lXaw -lXmu -lXt -lXext -lX11 -lc -lSM -lICE
57 # for BSD/OS 2.0:
58 #XLIBS = -L$(XLIBDIR) -lXaw -lXmu -lXt -lXext -lX11 -lSM -lICE -lXext
59 # For SunOS:
60 #XLIBS = -L$(XLIBDIR) -lXaw -lXmu -lXt -lXext -lX11
61
62 # Location of X include files
63-XINCLUDE=/usr/X11/include
64+XINCLUDE=/usr/X11R6/include
65 #XINCLUDE=/usr/local/X11R5/include
66
67 # Objects to include in libfwall for SYSV
This page took 0.068418 seconds and 4 git commands to generate.