Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Mar 2000 14:03:53 -0500 (EST)
From:      Mikhail Teterin <mi@kot.ne.mediaone.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17599: x11-toolkit/tk82 port ignores local CFLAGS settings
Message-ID:  <200003251903.OAA41590@rtfm.newton>

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

>Number:         17599
>Category:       ports
>Synopsis:       x11-toolkit/tk82 port ignores local CFLAGS settings
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 25 11:10:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail Teterin
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
Virtual Estates, Inc.
>Environment:

>Description:

	See subject.

>How-To-Repeat:

	Watch the build.

>Fix:
	
The following needs  to be placed into a  patches/patch-something of its
own  or  inserted into  the  existing  patches/patch-ab, which  modifies
Makefile.in already:

--- Makefile.in	Tue Dec 14 23:00:19 1999
+++ Makefile.in	Sat Mar 25 13:53:14 2000
@@ -101,3 +103,3 @@
 #CFLAGS = 		$(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE)
-CFLAGS = 		@CFLAGS@
+#CFLAGS = 		@CFLAGS@
 

>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?200003251903.OAA41590>