Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Mar 2004 00:37:39 -0800 (PST)
From:      michael johnson <ahze@ahze.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/64448: [Maintainer] lang/pnet -- Fix typo in WITH_OPTIMIZED_CSFLAGS
Message-ID:  <200403190837.i2J8bdYf060801@www.freebsd.org>
Resent-Message-ID: <200403190840.i2J8eANb079034@freefall.freebsd.org>

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

>Number:         64448
>Category:       ports
>Synopsis:       [Maintainer] lang/pnet -- Fix typo in WITH_OPTIMIZED_CSFLAGS
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 19 00:40:10 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        
>Organization:
>Environment:
>Description:
Fix typo in WITH_OPTIMIZED_CSFLAGS 

>How-To-Repeat:
      
>Fix:
diff -ruN lang/pnet.orig/Makefile.pnet lang/pnet/Makefile.pnet
--- lang/pnet.orig/Makefile.pnet	Fri Mar 19 03:34:34 2004
+++ lang/pnet/Makefile.pnet	Fri Mar 19 03:34:42 2004
@@ -12,7 +12,7 @@
 ILSTRIP_CMD=	${LOCALBASE}/bin/ilstrip
 
 .if defined(WITH_OPTIMIZED_CSFLAGS)
-CSFLAGS=-02
+CSFLAGS=-O2
 .endif
 
 pre-everything:: post-everything
>Release-Note:
>Audit-Trail:
>Unformatted:



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