Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2007 17:34:27 GMT
From:      Pietro Cerutti <gahr@gahr.ch>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/117406: [patch] audio/gmixer missing include
Message-ID:  <200710221734.l9MHYRMq096173@www.freebsd.org>
Resent-Message-ID: <200710221740.l9MHe1XT005044@freefall.freebsd.org>

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

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



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