diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-08-09 10:07:44 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-08-09 10:07:44 +0000 |
commit | 0093469238aac7783749fb8848825fbee97d969b (patch) | |
tree | e08c50c35f26dd4d9b6b194747c932bec92e7dea /textproc/coco | |
parent | 17a5eef585999863bcd9846469b60670f3cf6dd7 (diff) | |
download | ports-0093469238aac7783749fb8848825fbee97d969b.tar.gz ports-0093469238aac7783749fb8848825fbee97d969b.zip |
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/coco')
-rw-r--r-- | textproc/coco/files/patch-ac | 12 |
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 |