Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2006 20:51:47 +0200
From:      "Soeren Straarup" <xride@x12.dk>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/102242: Respect CFLAGS
Message-ID:  <1155927107.1215@thurisaz>
Resent-Message-ID: <200608181900.k7IJ0WiV087079@freefall.freebsd.org>

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

>Number:         102242
>Category:       ports
>Synopsis:       Respect CFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 18 19:00:32 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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