Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 1998 20:01:18 -0700 (PDT)
From:      taoka@infonets.hiroshima-u.ac.jp
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/7746: a patch for a problem on 3.0-CURRENT
Message-ID:  <199808260301.UAA29383@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         7746
>Category:       ports
>Synopsis:       a patch for a problem on 3.0-CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 25 20:10:00 PDT 1998
>Last-Modified:
>Originator:     Satoshi TAOKA
>Organization:
Hiroshima Univ. in Japan
>Release:        3.0-CURRENT
>Environment:
>Description:
On 3.0-CURRENT, we cannot compile editors/mule, japanese/mule-* 
because library files in /usr/lib/* on 2.X-RELEASE move into
/usr/lib/aout.
>How-To-Repeat:

>Fix:
Please add the following file (whose name is patch-am) to
editors/mule-common/patches

--- ./src/s/freebsd.h.orig	Wed Jul  1 11:53:10 1998
+++ ./src/s/freebsd.h	Wed Jul  1 18:08:33 1998
@@ -34,7 +34,7 @@
 #define LIBS_DEBUG -lcrypt
 #define LIBS_SYSTEM -lutil
 #define LIBS_TERMCAP -ltermcap
-#define LIB_GCC /usr/lib/libgcc.a
+#define LIB_GCC ${LIBDIR}/libgcc.a
 
 /* Reread the time zone on startup. */
 #define LOCALTIME_CACHE
@@ -47,7 +47,7 @@
 #ifndef NO_SHARED_LIBS
 #define LD_SWITCH_SYSTEM -e start
 #define HAVE_TEXT_START		/* No need to define `start_of_text'. */
-#define START_FILES pre-crt0.o /usr/lib/crt0.o
+#define START_FILES pre-crt0.o ${LIBDIR}/crt0.o
 #define UNEXEC unexsunos4.o
 #define RUN_TIME_REMAP
 
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808260301.UAA29383>