Date: Sun, 5 Mar 2000 06:14:04 +0100 (CET) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/17199: emulators/mtools configure fix Message-ID: <200003050514.GAA56759@home.dinoex.sub.org>
next in thread | raw e-mail | index | archive | help
>Number: 17199 >Category: ports >Synopsis: emulators/mtools configure fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 23:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.4-STABLE i386 >Organization: privat >Environment: build port mtools >Description: mtools build with non-fatal errors >How-To-Repeat: while configure run you get an error: checking declaration of sys_errlist... yes [: linux: unexpected operator checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include >Fix: add this patch: --- configure.in.orig Thu Jun 3 19:51:33 1999 +++ configure.in Sun Mar 5 05:27:49 2000 @@ -271,7 +271,7 @@ fi -if [ $host_vendor = linux ] ; then +if [ $host_vendor1 = linux ] ; then LDFLAGS="$LDFLAGS -z" fi >Release-Note: >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?200003050514.GAA56759>