From mi@privatelabs.com  Wed Apr 26 15:12:35 2000
Return-Path: <mi@privatelabs.com>
Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [198.143.31.30])
	by hub.freebsd.org (Postfix) with ESMTP id C145537B94E
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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
Sender: mi@privatelabs.com
Reply-To: mi@aldan.algebra.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: deskutils/ical port ignores the CXXFLAGS settings
X-Send-Pr-Version: 3.2

>Number:         18242
>Category:       ports
>Synopsis:       deskutils/ical port ignores the CXXFLAGS settings
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 26 15:20:01 PDT 2000
>Closed-Date:    Sat Apr 29 17:11:11 PDT 2000
>Last-Modified:  Sat Apr 29 17:12:11 PDT 2000
>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:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sat Apr 29 17:11:11 PDT 2000 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
