Date: Wed, 21 Apr 2004 03:11:04 -0400 (EDT) From: michael johnson <ahze@ahze.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lambert@lambertfam.org Subject: ports/65839: [PATCH] comms/aldo: [Honor CC & CFLAGS] Message-ID: <20040421071104.46DD768D8@ahze.ahze.net> Resent-Message-ID: <200404210720.i3L7KHGG017671@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65839 >Category: ports >Synopsis: [PATCH] comms/aldo: [Honor CC & CFLAGS] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 21 00:20:17 PDT 2004 >Closed-Date: >Last-Modified: >Originator: michael johnson >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #41: Tue Apr 13 22:30:51 EDT 2004 >Description: - Honor CC & CFLAGS Port maintainer (lambert@lambertfam.org) is cc'd. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- aldo-0.6.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/comms/aldo/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 29 Mar 2004 21:29:34 -0000 1.1 +++ Makefile 21 Apr 2004 07:02:05 -0000 @@ -16,6 +16,7 @@ USE_BZIP2= yes USE_GMAKE= yes +MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" PLIST_FILES= bin/aldo Index: files/patch-Makefile =================================================================== RCS file: /home/ncvs/ports/comms/aldo/files/patch-Makefile,v retrieving revision 1.1 diff -u -r1.1 patch-Makefile --- files/patch-Makefile 29 Mar 2004 21:29:34 -0000 1.1 +++ files/patch-Makefile 21 Apr 2004 07:08:44 -0000 @@ -1,6 +1,9 @@ ---- Makefile.old Tue Mar 16 21:13:21 2004 -+++ Makefile Tue Mar 16 21:14:20 2004 -@@ -3,6 +3,8 @@ +--- Makefile.orig Thu Nov 20 15:56:49 2003 ++++ Makefile Wed Apr 21 03:07:07 2004 +@@ -1,8 +1,10 @@ + #MARCH=-march=athlon-tbird +-CXXFLAGS=-ansi -pedantic -Wall -O3 ++#CXXFLAGS=-ansi -pedantic -Wall -O3 includedir = $(CURDIR)/include CXXFLAGS+= -I$(includedir) --- aldo-0.6.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040421071104.46DD768D8>