1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/gmixer/files/patch-ab
Steve Price d137d396bc Import of gmixer version 0.98c.
A X11/gtk+ mixer control.

PR:		10272
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-04-03 01:48:17 +00:00

12 lines
306 B
Plaintext

--- gmixer.c.orig Thu Feb 25 21:32:29 1999
+++ gmixer.c Thu Feb 25 21:32:48 1999
@@ -4,7 +4,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <sys/ioctl.h>
-#include <linux/soundcard.h>
+#include <machine/soundcard.h>
#include <gtk/gtk.h>
#include "icons/gmixer.xpm"
#include "icons/mix_logo.xpm"