Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2006 17:55:10 +0200 (CEST)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        rainer.alves@gmail.com
Subject:   ports/98820: Fix build on 4.x of audio/rawrec 
Message-ID:  <200606111555.k5BFtAFC009947@bamse.staff.tdk.net>
Resent-Message-ID: <200606111600.k5BG0ZZ3024171@freefall.freebsd.org>

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

>Number:         98820
>Category:       ports
>Synopsis:       Fix build on 4.x of audio/rawrec
>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:   Sun Jun 11 16:00:35 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD bamse.staff.tdk.net 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Mon Apr 3 11:10:31 CEST 2006 root@bamse.staff.tdk.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	
GCC is spelled GCC, not CGG, so fix this typo in USE_GCC to
fix the build on 4.x

>How-To-Repeat:
	
>Fix:

	

--- rawrec.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/rawrec/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	20 May 2006 10:18:59 -0000	1.16
+++ Makefile	11 Jun 2006 15:50:49 -0000
@@ -25,7 +25,7 @@
 MAKE_ARGS=	CC="${CC}" \
 		CFLAGS="${CPPFLAGS} ${CFLAGS} ${PTHREAD_CFLAGS}" \
 		LDFLAGS="${LDFLAGS} -lm ${PTHREAD_LIBS}"
-USE_CGG=	3.3+
+USE_GCC=	3.3+
 
 MAN1=	rawrec.1
 MLINKS=	rawrec.1 rawplay.1
--- rawrec.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?200606111555.k5BFtAFC009947>