aboutsummaryrefslogtreecommitdiff
path: root/news/husky-base/files
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-01-05 19:34:27 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-01-05 19:34:27 +0000
commit8b89c2bbe46ade68b31fb8f751828677d35a376f (patch)
treea1f9428ebf0bc74d82f72d411058fdca307d87c2 /news/husky-base/files
parentda1a192da69a9bbfe876782cafac2843a6a71bf4 (diff)
downloadports-8b89c2bbe46ade68b31fb8f751828677d35a376f.tar.gz
ports-8b89c2bbe46ade68b31fb8f751828677d35a376f.zip
Add ports for Husky Fidosoft Project (most of modules from it).
Notes
Notes: svn path=/head/; revision=72598
Diffstat (limited to 'news/husky-base/files')
-rw-r--r--news/husky-base/files/patch-huskymak.cfg31
1 files changed, 31 insertions, 0 deletions
diff --git a/news/husky-base/files/patch-huskymak.cfg b/news/husky-base/files/patch-huskymak.cfg
new file mode 100644
index 000000000000..ad96082a5f94
--- /dev/null
+++ b/news/husky-base/files/patch-huskymak.cfg
@@ -0,0 +1,31 @@
+--- huskymak.cfg.orig Wed Aug 14 00:23:14 2002
++++ huskymak.cfg Wed Aug 14 00:26:43 2002
+@@ -100,7 +100,7 @@
+
+ # update dynamic library cache
+ # If your operating system does not need this, you may comment out this line.
+-LDCONFIG=/sbin/ldconfig
++#LDCONFIG=/sbin/ldconfig
+
+ # rename a file
+ MV=mv
+@@ -123,8 +123,8 @@
+ OSTYPE=UNIX
+
+ # short name of operating system (used for PID lines etc.)
+-UNAME=LNX
+-#UNAME=BSD
++#UNAME=LNX
++UNAME=BSD
+ #UNAME=OS2
+ #UNAME=BEOS
+
+@@ -156,7 +156,7 @@
+ WARNFLAGS=-Wall
+
+ # C-compiler: optimization
+-OPTCFLAGS=-c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC
++OPTCFLAGS=
+
+ # C-compiler: debug
+ DEBCFLAGS=-c -ggdb