| Summary: | *MAINTAINER == ports@* soundcard.h fix for games/miscom | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Trish Lynch <trish> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Trish Lynch
2002-06-04 16:20:02 UTC
I screwed up the patch order, its at the same URL, but changed to this: diff -ruN miscom.old/files/patch-af miscom/files/patch-af --- miscom.old/files/patch-af Tue Jun 4 10:44:33 2002 +++ miscom/files/patch-af Tue Jun 4 11:07:48 2002 @@ -4,7 +4,7 @@ #include <stdlib.h> #include <fcntl.h> #include <unistd.h> -+#ifdef __FreeBSD__ ++#if __FreeBSD__ <= 4 +#include <machine/soundcard.h> +#else #include <sys/soundcard.h> -- Trish Lynch trish@bsdunix.net FreeBSD The Power to Serve Ecartis Core Team trish@listmistress.org http://www.freebsd.org State Changed From-To: open->closed Committed, thanks! I just removed patch-af completely. |