ports/117406: [patch] audio/gmixer missing include

Pietro Cerutti gahr at gahr.ch
Mon Oct 22 17:40:01 UTC 2007


>Number:         117406
>Category:       ports
>Synopsis:       [patch] audio/gmixer missing include
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 22 17:40:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Pietro Cerutti
>Release:        6.2-STABLE
>Organization:
Bern University of Applied Sciences
>Environment:
FreeBSD gahrtop.localhost 6.2-STABLE FreeBSD 6.2-STABLE #36: Mon Oct  8 14:09:32 CEST 2007     root at gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034  i386
>Description:
building gmixer throws a warning because of string.h not being included in gmixer.c
>How-To-Repeat:
cd /usr/ports/audio/gmixer && make
>Fix:
add this as files/patch-ad

--- gmixer.c.orig	2007-10-22 19:29:29.000000000 +0200
+++ gmixer.c	2007-10-22 19:29:39.000000000 +0200
@@ -1,5 +1,6 @@
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <strings.h>
 #include <fcntl.h>
 #include <unistd.h>


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list