Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 May 2010 20:24:57 GMT
From:      Richard Kolkovich <richard@sigil.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/146407: audio/jack 0.118
Message-ID:  <201005082024.o48KOvKK023100@www.freebsd.org>
Resent-Message-ID: <201005082030.o48KU0K5016283@freefall.freebsd.org>

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

>Number:         146407
>Category:       ports
>Synopsis:       audio/jack 0.118
>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:   Sat May 08 20:30:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Richard Kolkovich
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
FreeBSD magus 8.0-STABLE FreeBSD 8.0-STABLE #2: Tue Mar  2 10:43:00 CST 2010     root@magus:/usr/obj/usr/source/RELENG_8/sys/MAGUS  amd64

>Description:
audio/jack fails to build.  This was reported for the previous version as PR 145121.  The build error is as follows:

memops.c:33:20: error: endian.h: No such file or directory
gmake[3]: *** [jack_alsa_la-memops.lo] Error 1



>How-To-Repeat:
cd /usr/ports/audio/jack && make
>Fix:
Attached patch

Patch attached with submission follows:

--- memops.c.orig	2010-05-08 15:17:31.387125824 -0500
+++ memops.c	2010-05-08 15:16:58.170924044 -0500
@@ -30,7 +30,7 @@
 #include <stdlib.h>
 #include <stdint.h>
 #include <limits.h>
-#include <endian.h>
+#include <sys/endian.h>
 
 #include <jack/memops.h>
 


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



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