summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-08-09 10:07:44 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-08-09 10:07:44 +0000
commit0093469238aac7783749fb8848825fbee97d969b (patch)
treee08c50c35f26dd4d9b6b194747c932bec92e7dea /textproc
parentList all files in lib/python, plus one @exec/unexec mkdir/rmdir pair (diff)
Change -lgcc to /usr/lib/libgcc.a so that the shared libgcc won't get
picked up. Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
Notes
Notes: svn path=/head/; revision=2046
Diffstat (limited to 'textproc')
-rw-r--r--textproc/coco/files/patch-ac12
1 files changed, 8 insertions, 4 deletions
diff --git a/textproc/coco/files/patch-ac b/textproc/coco/files/patch-ac
index 1003722439e2..08fc94949c83 100644
--- a/textproc/coco/files/patch-ac
+++ b/textproc/coco/files/patch-ac
@@ -1,6 +1,6 @@
---- ./src/s/freebsd.h.org Mon Oct 24 21:18:02 1994
-+++ ./src/s/freebsd.h Tue Jan 3 02:14:03 1995
-@@ -31,7 +31,7 @@
+--- ./src/s/freebsd.h.org Fri Nov 4 03:11:17 1994
++++ ./src/s/freebsd.h Wed Aug 9 02:29:56 1995
+@@ -31,10 +31,10 @@
#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
@@ -8,4 +8,8 @@
+#define LIBS_DEBUG -lcrypt
#define LIBS_SYSTEM -lutil
#define LIBS_TERMCAP -ltermcap
- #define LIB_GCC -lgcc
+-#define LIB_GCC -lgcc
++#define LIB_GCC /usr/lib/libgcc.a
+
+ /* Reread the time zone on startup. */
+ #define LOCALTIME_CACHE