Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/comms/bpl+/files/patch-config.sh
16461 views
1
--- config.sh.orig Thu Feb 9 09:25:34 1995
2
+++ config.sh Sat Jun 14 07:50:30 2003
3
@@ -8,27 +8,6 @@
4
exit
5
fi
6
7
-# check compiler
8
-CC=cc
9
-#type
10
-#if [ $? = 1 ]; then
11
- # Ultrix
12
- for file in `echo $PATH|sed 's/:/ /g'`
13
- do
14
- if [ -f $file/gcc ]; then
15
- CC=gcc
16
- OPTS=-g
17
- break
18
- fi
19
- done
20
-#else
21
-# set `type gcc`
22
-# if [ $1 = gcc ]; then
23
-# CC=$3
24
-# OPTS=-g
25
-# fi
26
-#fi
27
-
28
if [ -f /usr/include/utime.h ]; then
29
FUTIME="-DHAME_UTIME_H"
30
fi
31
@@ -50,4 +29,4 @@
32
MKTIME="mktime.o"
33
fi
34
fi
35
-echo CC=${CC} MKTIME=${MKTIME} FLAG1=${FMKTIME} FLAG2=${FUTIME} OPTS="${OPTS}" >$template
36
+echo MKTIME=${MKTIME} FLAG1=${FMKTIME} FLAG2=${FUTIME} OPTS="${OPTS}" >$template
37
38