Date: Thu, 18 May 2000 12:19:07 -0400 (EDT) From: root@misha.privatelabs.com To: FreeBSD-gnats-submit@freebsd.org Cc: vince@blue-box.net Subject: ports/18659: devel/libol port ignores CC/CFLAGS for some files Message-ID: <200005181619.MAA00601@misha.privatelabs.com>
next in thread | raw e-mail | index | archive | help
>Number: 18659 >Category: ports >Synopsis: devel/libol port ignores CC/CFLAGS for some files >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: Thu May 18 09:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 4.0-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: See synopsis. For the files in the src subdirectory, CFLAGS appear as ``-O2 -Wall'' from nowhere. Strange, because configure seems to set them properly. >How-To-Repeat: >Fix: In any case, the following should be put into patches/patch-aa --- src/Makefile.in Fri Feb 18 05:17:06 2000 +++ src/Makefile.in Thu May 18 12:11:58 2000 @@ -62,3 +62,2 @@ AS = @AS@ -CC = @CC@ DLLTOOL = @DLLTOOL@ @@ -114,3 +113,2 @@ pkt_buffer.lo resource.lo -CFLAGS = @CFLAGS@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) >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?200005181619.MAA00601>