|
Lines 1-6
Link Here
|
| 1 |
--- huskybse/huskymak.cfg.orig 2007-02-23 21:47:15.000000000 +0000 |
1 |
--- huskybse/huskymak.cfg.orig 2020-01-16 23:01:53 UTC |
| 2 |
+++ huskybse/huskymak.cfg 2014-08-10 22:33:05.000000000 +0100 |
2 |
+++ huskybse/huskymak.cfg |
| 3 |
@@ -38,7 +38,7 @@ |
3 |
@@ -38,7 +38,7 @@ CFGDIR=$(PREFIX)/etc/fido |
| 4 |
# will not be compiled, and you won't know how to use the software ;-). |
4 |
# will not be compiled, and you won't know how to use the software ;-). |
| 5 |
# You should take care that this directory is listed in the INFOPATH |
5 |
# You should take care that this directory is listed in the INFOPATH |
| 6 |
# environment variable (if necessary, modify your /etc/profile file). |
6 |
# environment variable (if necessary, modify your /etc/profile file). |
|
Lines 9-15
Link Here
|
| 9 |
|
9 |
|
| 10 |
# The same as above, but for DVI documentation. This requires a working |
10 |
# The same as above, but for DVI documentation. This requires a working |
| 11 |
# "texi2dvi" program. |
11 |
# "texi2dvi" program. |
| 12 |
@@ -46,7 +46,7 @@ |
12 |
@@ -46,7 +46,7 @@ CFGDIR=$(PREFIX)/etc/fido |
| 13 |
|
13 |
|
| 14 |
# The same as above, but for HTML documentation. This requires a working |
14 |
# The same as above, but for HTML documentation. This requires a working |
| 15 |
# "texi2html" program. |
15 |
# "texi2html" program. |
|
Lines 18-37
Link Here
|
| 18 |
|
18 |
|
| 19 |
# Name of the config file of MSGED TE: |
19 |
# Name of the config file of MSGED TE: |
| 20 |
MSGEDCFG=\"$(CFGDIR)/msged.cfg\" |
20 |
MSGEDCFG=\"$(CFGDIR)/msged.cfg\" |
| 21 |
@@ -66,10 +66,10 @@ |
21 |
@@ -54,7 +54,7 @@ MSGEDCFG=\"$(CFGDIR)/msged.cfg\" |
|
|
22 |
|
| 22 |
############################################################################## |
23 |
############################################################################## |
|
|
24 |
#PART 2: PLATFORM DEPENDENT SECTION |
| 25 |
-#If you are running Linux with GNU gcc, you don't need to modify anything in |
| 26 |
+#If you are running Linux with GNU cc, you don't need to modify anything in |
| 27 |
#the following sections. If you are running any other operating system or using |
| 28 |
#any other C compiler, you should check the values. For some operating |
| 29 |
#systems, the comments contain information on what you need to change. |
| 30 |
@@ -66,10 +66,10 @@ MSGEDCFG=\"$(CFGDIR)/msged.cfg\" |
| 31 |
############################################################################## |
| 23 |
|
32 |
|
| 24 |
# C-Compiler |
33 |
# C-Compiler |
| 25 |
-CC=gcc |
34 |
-CC=gcc |
| 26 |
+#CC=gcc |
35 |
+#CC=cc |
| 27 |
|
36 |
|
| 28 |
# C++-Compiler |
37 |
# C++-Compiler |
| 29 |
-CXX=g++ |
38 |
-CXX=g++ |
| 30 |
+#CXX=g++ |
39 |
+#CXX=c++ |
| 31 |
|
40 |
|
| 32 |
#Msged needs access to a termcap library. Define its name here. |
41 |
#Msged needs access to a termcap library. Define its name here. |
| 33 |
#On Linux, termcap is integrated into ncurses: |
42 |
#On Linux, termcap is integrated into ncurses: |
| 34 |
@@ -95,14 +95,14 @@ |
43 |
@@ -79,7 +79,7 @@ TERMCAP=ncurses |
|
|
44 |
#TERMCAP=terminfo |
| 45 |
|
| 46 |
# C++-Compiler |
| 47 |
-GPP=g++ |
| 48 |
+GPP=c++ |
| 49 |
|
| 50 |
# Pascal-Compiler (the compiler is optional, but the value of this |
| 51 |
# variable must be defined even if you don't have a Pascal compiler). |
| 52 |
@@ -89,20 +89,20 @@ PC=ppc386 |
| 53 |
AR=ar |
| 54 |
|
| 55 |
# how to build shared libraries |
| 56 |
-# use gcc on Linux and FreeBSD |
| 57 |
-# use ld on BeOS and also try ld if gcc does not work for you |
| 58 |
-# only "gcc" will put so version numbers into the shared object |
| 59 |
+# use cc on Linux and FreeBSD |
| 60 |
+# use ld on BeOS and also try ld if cc does not work for you |
| 61 |
+# only "cc" will put so version numbers into the shared object |
| 35 |
# On Solaris use "-G" as additional linkerflag !!!!!!! |
62 |
# On Solaris use "-G" as additional linkerflag !!!!!!! |
| 36 |
# MKSHARED=ld |
63 |
# MKSHARED=ld |
| 37 |
# LD=ld -G |
64 |
# LD=ld -G |
|
Lines 48-54
Link Here
|
| 48 |
# On Tru64 Unix, use this: |
75 |
# On Tru64 Unix, use this: |
| 49 |
# INSTALL=installbsd |
76 |
# INSTALL=installbsd |
| 50 |
# On Solaris, use this: |
77 |
# On Solaris, use this: |
| 51 |
@@ -116,7 +116,7 @@ |
78 |
@@ -116,7 +116,7 @@ MKDIR=mkdir |
| 52 |
|
79 |
|
| 53 |
# update dynamic library cache |
80 |
# update dynamic library cache |
| 54 |
# If your operating system does not need this, you may comment out this line. |
81 |
# If your operating system does not need this, you may comment out this line. |
|
Lines 57-63
Link Here
|
| 57 |
|
84 |
|
| 58 |
# rename a file |
85 |
# rename a file |
| 59 |
MV=mv |
86 |
MV=mv |
| 60 |
@@ -139,8 +139,8 @@ |
87 |
@@ -139,8 +139,8 @@ H2PAS=h2pas |
| 61 |
OSTYPE=UNIX |
88 |
OSTYPE=UNIX |
| 62 |
|
89 |
|
| 63 |
# short name of operating system (used for PID lines etc.) |
90 |
# short name of operating system (used for PID lines etc.) |
|
Lines 68-74
Link Here
|
| 68 |
#UNAME=OS2 |
95 |
#UNAME=OS2 |
| 69 |
#UNAME=BEOS |
96 |
#UNAME=BEOS |
| 70 |
|
97 |
|
| 71 |
@@ -151,7 +151,7 @@ |
98 |
@@ -151,14 +151,14 @@ DEBUG=0 |
| 72 |
SHORTNAMES=0 |
99 |
SHORTNAMES=0 |
| 73 |
|
100 |
|
| 74 |
# Perl support |
101 |
# Perl support |
|
Lines 77-83
Link Here
|
| 77 |
|
104 |
|
| 78 |
# ZipInternal packer |
105 |
# ZipInternal packer |
| 79 |
USE_HPTZIP=0 |
106 |
USE_HPTZIP=0 |
| 80 |
@@ -179,7 +179,7 @@ |
107 |
|
|
|
108 |
# The DYNLIBS switch controls if dynamic or static linkage is used. |
| 109 |
# This is tricky. If you set DYNLIBS=1, dynamic libraries (.so files) |
| 110 |
-# will be generated and used. This will only work if you are running "gcc" |
| 111 |
+# will be generated and used. This will only work if you are running "cc" |
| 112 |
# on Linux, FreeBSD or another real Unix operating system. |
| 113 |
|
| 114 |
# On other systems, you must set DYNLIBS=0. Even on Linux, you might |
| 115 |
@@ -179,7 +179,7 @@ EXENAMEFLAG=-o |
| 81 |
WARNFLAGS=-Wall |
116 |
WARNFLAGS=-Wall |
| 82 |
|
117 |
|
| 83 |
# C-compiler: optimization |
118 |
# C-compiler: optimization |
|
Lines 86-105
Link Here
|
| 86 |
|
121 |
|
| 87 |
ifeq ( $(DYNLIBS), 0 ) |
122 |
ifeq ( $(DYNLIBS), 0 ) |
| 88 |
ifeq ($(OSTYPE), UNIX) |
123 |
ifeq ($(OSTYPE), UNIX) |
| 89 |
@@ -216,29 +216,22 @@ |
124 |
@@ -216,29 +216,22 @@ OPTLFLAGS=-s |
| 90 |
DEBLFLAGS=-g |
125 |
DEBLFLAGS=-g |
| 91 |
|
126 |
|
| 92 |
# options for installing programs |
127 |
# options for installing programs |
| 93 |
-OPTIBOPT=-c -s -m 555 |
128 |
-OPTIBOPT=-c -s -m 555 |
| 94 |
-DEBIBOPT=-c -m 555 |
129 |
-DEBIBOPT=-c -m 555 |
| 95 |
- |
130 |
+IBOPT=$(BSD_INSTALL_PROGRAM) |
|
|
131 |
|
| 96 |
-ifeq ($(DEBUG), 1) |
132 |
-ifeq ($(DEBUG), 1) |
| 97 |
- IBOPT = $(DEBIBOPT) |
133 |
- IBOPT = $(DEBIBOPT) |
| 98 |
-else |
134 |
-else |
| 99 |
- IBOPT = $(OPTIBOPT) |
135 |
- IBOPT = $(OPTIBOPT) |
| 100 |
-endif |
136 |
-endif |
| 101 |
+IBOPT=$(BSD_INSTALL_PROGRAM) |
137 |
- |
| 102 |
|
|
|
| 103 |
# options for installing scripts |
138 |
# options for installing scripts |
| 104 |
-ISOPT=-c -m 555 |
139 |
-ISOPT=-c -m 555 |
| 105 |
+ISOPT=$(BSD_INSTALL_SCRIPT) |
140 |
+ISOPT=$(BSD_INSTALL_SCRIPT) |