Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Dec 2003 23:00:27 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60468: Update port: x11-wm/epplets
Message-ID:  <20031221230027.39caa97b.tkato@prontomail.com>
Resent-Message-ID: <200312211410.hBLEAFcg064594@freefall.freebsd.org>

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

>Number:         60468
>Category:       ports
>Synopsis:       Update port: x11-wm/epplets
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 21 06:10:15 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Fix build on architecture other than i386

New file:
files/patch-epplets::Emix.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-wm/epplets/files/patch-epplets::Emix.c x11-wm/epplets/files/patch-epplets::Emix.c
--- /usr/ports/x11-wm/epplets/files/patch-epplets::Emix.c	Thu Jan  1 09:00:00 1970
+++ x11-wm/epplets/files/patch-epplets::Emix.c	Thu Dec 18 19:20:54 2003
@@ -0,0 +1,23 @@
+--- epplets/Emix.c.orig	Wed Sep 13 08:24:16 2000
++++ epplets/Emix.c	Thu Dec 18 19:20:45 2003
+@@ -6,11 +6,17 @@
+ 
+ #include "epplet.h"
+ #include <sys/ioctl.h>
+-#ifdef __FreeBSD__
++#include <config.h>
++
++#ifdef HAVE_LINUX_SOUNDCARD_H
++#include <linux/soundcard.h>
++#elif HAVE_MACHINE_SOUNDCARD_H
+ #include <machine/soundcard.h>
+-#else
++#elif HAVE_SYS_SOUNDCARD_H
+ #include <sys/soundcard.h>
+-#endif
++#else
++#error No soundcard defenition!
++#endif /* SOUNDCARD_H */
+ 
+ Epplet_gadget vs_master, vs_pcm, vs_lin, vs_cda, b_close, b_help;
+ 
>Release-Note:
>Audit-Trail:
>Unformatted:



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