Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2000 18:12:10 -0400 (EDT)
From:      root@misha.privatelabs.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18242: deskutils/ical port ignores the CXXFLAGS settings
Message-ID:  <200004262212.SAA43442@misha.privatelabs.com>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004262212.SAA43442>