diff options
author | asami <asami@FreeBSD.org> | 1995-08-09 10:07:44 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-08-09 10:07:44 +0000 |
commit | 11830d9b4929f2b9e469a54c314bf20adefc1305 (patch) | |
tree | cbeea7f886902d5214c79ce9cf74cabae986a958 /editors/mule-common | |
parent | 0e425bc6a01f6aedff8a1b59a3d4c9fe6f11ee89 (diff) | |
download | FreeBSD-ports-11830d9b4929f2b9e469a54c314bf20adefc1305.zip FreeBSD-ports-11830d9b4929f2b9e469a54c314bf20adefc1305.tar.gz |
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>
Diffstat (limited to 'editors/mule-common')
-rw-r--r-- | editors/mule-common/files/patch-ac | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/editors/mule-common/files/patch-ac b/editors/mule-common/files/patch-ac index 1003722..08fc949 100644 --- a/editors/mule-common/files/patch-ac +++ b/editors/mule-common/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 |