From owner-freebsd-ports Sat Mar 4 23:20: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 73FF137B986 for ; Sat, 4 Mar 2000 23:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA74285; Sat, 4 Mar 2000 23:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id 701C837B990 for ; Sat, 4 Mar 2000 23:18:13 -0800 (PST) (envelope-from dm@home.dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.3/8.9.3) with UUCP id IAA17950 for FreeBSD-gnats-submit@freebsd.org; Sun, 5 Mar 2000 08:18:01 +0100 (CET) Received: (from uucp@localhost) by net2.dinoex.sub.org (8.9.3/8.9.3) with UUCP id GAA06098 for FreeBSD-gnats-submit@freebsd.org; Sun, 5 Mar 2000 06:32:41 +0100 (CET) Received: (from dm@localhost) by home.dinoex.sub.org (8.9.3/8.9.3) id GAA56759; Sun, 5 Mar 2000 06:14:04 +0100 (CET) Message-Id: <200003050514.GAA56759@home.dinoex.sub.org> Date: Sun, 5 Mar 2000 06:14:04 +0100 (CET) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17199: emulators/mtools configure fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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