Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2000 00:14:24 +0200 (CEST)
From:      alex@cichlids.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18910: fix astro/xtide on alpha
Message-ID:  <20000530221424.4C1B75DF4@parca.cichlids.com>

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

>Number:         18910
>Category:       ports
>Synopsis:       fix astro/xtide on alpha
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 30 15:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Langer
>Release:        FreeBSD 5.0-CURRENT alpha
>Organization:
5th try to submit that PR due to broken MTA and DNS organization
>Environment:

No idea.

>Description:

Don't use -O2 for C++ on alpha arch, as the compiler claims with a BIG FAT
warning message.
(I tried to make that description look important, but it isn't so please
understand my bad feeling about that.)

>How-To-Repeat:


>Fix:

please repo-copy patches/ to patches.alpha/ and add this additional patch.

--- Makefile.in.old	Tue May 30 16:26:52 2000
+++ Makefile.in	Tue May 30 16:27:01 2000
@@ -14,7 +14,7 @@
 # Compiler and flags
 # DEFS should include -Dacceptarg3_t=int (replace with the correct data type)
 CXX = @CXX@
-CXXFLAGS = @extracxxflags@ @DEFS@ -O2 -I@includedir@ -I$(XROOT)/include -I/usr/local/include -I/usr/contrib/include -c
+CXXFLAGS = @extracxxflags@ @DEFS@ -I@includedir@ -I$(XROOT)/include -I/usr/local/include -I/usr/contrib/include -c
 LDFLAGS = @extraldflags@ -L@libdir@ -L$(XROOT)/lib -L/usr/local/lib -L/usr/contrib/lib -s -o
 
 # Extra switches and libs determined by configure.in


>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?20000530221424.4C1B75DF4>