diff options
author | bmah <bmah@FreeBSD.org> | 2002-08-08 23:07:23 +0800 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2002-08-08 23:07:23 +0800 |
commit | d4fc6a8b559ea08be1d472eed3685a452be2021f (patch) | |
tree | fa0558315129d9b251331c148e8d170d283dccc1 /audio | |
parent | 8e1aa79de8e0089ebc65e78e84c5d30321179f7e (diff) | |
download | freebsd-ports-gnome-d4fc6a8b559ea08be1d472eed3685a452be2021f.tar.gz freebsd-ports-gnome-d4fc6a8b559ea08be1d472eed3685a452be2021f.tar.zst freebsd-ports-gnome-d4fc6a8b559ea08be1d472eed3685a452be2021f.zip |
Unbreak port on -CURRENT by removing a patch that #include-d
<machine/soundard.h> instead of <sys/soundcard.h>.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmmix/files/patch-ad | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/xmmix/files/patch-ad b/audio/xmmix/files/patch-ad deleted file mode 100644 index e1763a183703..000000000000 --- a/audio/xmmix/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- appenv.h.orig Mon Jul 15 02:48:59 1996 -+++ appenv.h Sat Nov 11 10:15:06 2000 -@@ -59,7 +59,7 @@ - #include <sys/types.h> - #include <sys/stat.h> - #include <sys/ioctl.h> --#include <sys/soundcard.h> -+#include <machine/soundcard.h> - #include <stdlib.h> - #include <stdio.h> - #include <errno.h> |