From xride@x12.dk  Fri Aug 18 18:51:55 2006
Return-Path: <xride@x12.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C9A4816A4DE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Aug 2006 18:51:55 +0000 (UTC)
	(envelope-from xride@x12.dk)
Received: from swip.net (mailfe03.swip.net [212.247.154.65])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2BD2143D45
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Aug 2006 18:51:54 +0000 (GMT)
	(envelope-from xride@x12.dk)
Received: from x12.dk ([83.72.97.237] verified)
  by mailfe03.swip.net (CommuniGate Pro SMTP 5.0.8)
  with ESMTP id 264116874 for FreeBSD-gnats-submit@freebsd.org; Fri, 18 Aug 2006 20:51:52 +0200
Received: from localhost (localhost [127.0.0.1])
	by x12.dk (Postfix) with SMTP id 278FD50839
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Aug 2006 20:51:52 +0200 (CEST)
Received: from thurisaz (radio-nut.lan [10.40.61.12])
	by x12.dk (Postfix) with ESMTP id 7E1A25082A;
	Fri, 18 Aug 2006 20:51:51 +0200 (CEST)
Message-Id: <1155927107.1215@thurisaz>
Date: Fri, 18 Aug 2006 20:51:47 +0200
From: "Soeren Straarup" <xride@x12.dk>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Cc: sergey@network-asp.biz
Subject: Respect CFLAGS
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify:

>Number:         102242
>Category:       ports
>Synopsis:       Respect CFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 18 19:00:32 GMT 2006
>Closed-Date:    Mon Sep 11 11:39:36 GMT 2006
>Last-Modified:  Mon Sep 11 11:39:36 GMT 2006
>Originator:     Soeren Straarup
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.1-PRERELEASE #1: Fri Mar  3 08:26:44 CET 2006
    xride@thurisaz:/usr/src/sys/i386/compile/thurisaz



>Description:


Respect CFLAGS


>How-To-Repeat:





>Fix:


--- databases_mysql-connector-odbc.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/mysql-connector-odbc/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	5 Jul 2006 02:30:53 -0000	1.21
+++ Makefile	18 Aug 2006 17:34:00 -0000
@@ -22,7 +22,7 @@
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool:15 libltdl:15
 INSTALLS_SHLIB=	yes
-CFLAGS=		-L${LOCALBASE}/lib
+CFLAGS+=		-L${LOCALBASE}/lib
 LDFLAGS=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--with-mysql-path=${LOCALBASE} --without-samples \
 		--disable-gui --enable-test=no
--- databases_mysql-connector-odbc.diff ends here ---




>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Aug 18 19:25:32 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102242 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Sep 11 11:39:34 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102242 
>Unformatted:
