From owner-freebsd-ports Wed Apr 26 15:20: 6 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 7A1F337BC78 for ; Wed, 26 Apr 2000 15:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA92619; Wed, 26 Apr 2000 15:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [198.143.31.30]) by hub.freebsd.org (Postfix) with ESMTP id C145537B94E for ; Wed, 26 Apr 2000 15:12:34 -0700 (PDT) (envelope-from mi@privatelabs.com) Received: from misha.privatelabs.com (root@misha.privatelabs.com [198.143.31.6]) by privatecube.privatelabs.com (8.9.2/8.9.2) with ESMTP id RAA09906 for ; Wed, 26 Apr 2000 17:11:38 -0400 (EDT) Received: (from root@localhost) by misha.privatelabs.com (8.9.3/8.9.3) id SAA43442; Wed, 26 Apr 2000 18:12:10 -0400 (EDT) (envelope-from mi) Message-Id: <200004262212.SAA43442@misha.privatelabs.com> Date: Wed, 26 Apr 2000 18:12:10 -0400 (EDT) From: root@misha.privatelabs.com Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18242: deskutils/ical port ignores the CXXFLAGS settings Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18242 >Category: ports >Synopsis: deskutils/ical port ignores the CXXFLAGS settings >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: Wed Apr 26 15:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 4.0-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: See Synopsis >How-To-Repeat: >Fix: The following should be saved into the port's patches/patch-ac --- Makefile.in Wed Jun 4 12:09:59 1997 +++ Makefile.in Wed Apr 26 13:40:20 2000 @@ -60,12 +60,10 @@ TINY_BLIBS = $(LIBS) - OPTF = -O - CXXFLAGS = $(OPTF) CXXINCS = -I. -I$(srcdir) -I$(srcdir)/calendar \ -I$(srcdir)/types -I$(srcdir)/time \ $(X_CFLAGS) -I@TCL_INCDIR@ -I@TK_INCDIR@ - CFLAGS = $(OPTF) -I. -I$(srcdir) $(X_CFLAGS) + CFLAGS += -I. -I$(srcdir) $(X_CFLAGS) OBJS = cal_tcl.o dateeditor.o dispatch.o ical.o ical_tcl.o \ --- calendar/Makefile.in Tue Oct 21 19:52:59 1997 +++ calendar/Makefile.in Wed Apr 26 13:43:54 2000 @@ -14,3 +14,2 @@ - CXXFLAGS = -O CXXINCS = -I.. -I$(srcdir) -I$(srcdir)/../types -I$(srcdir)/../time --- time/Makefile.in Fri Feb 9 22:17:47 1996 +++ time/Makefile.in Wed Apr 26 13:44:01 2000 @@ -13,3 +13,2 @@ - CXXFLAGS = -O CXXINCS = -I.. -I$(srcdir) --- types/Makefile.in Tue Oct 21 19:53:02 1997 +++ types/Makefile.in Wed Apr 26 13:44:14 2000 @@ -14,3 +14,3 @@ - CXXFLAGS = -O $(DEFS) + CXXFLAGS += $(DEFS) CXXINCS = -I$(srcdir) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message