ports/98820: Fix build on 4.x of audio/rawrec

Erwin Lansing erwin at FreeBSD.org
Sun Jun 11 16:00:50 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list