diff options
Diffstat (limited to '')
-rw-r--r-- | audio/extace/files/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/extace/files/patch-ad b/audio/extace/files/patch-ad new file mode 100644 index 000000000000..598ac6f055b7 --- /dev/null +++ b/audio/extace/files/patch-ad @@ -0,0 +1,12 @@ +--- extace/sound.c 2001/01/02 09:31:56 1.1 ++++ extace/sound.c 2001/01/02 09:32:16 +@@ -24,7 +24,9 @@ + #include <fcntl.h> + #include <gtk/gtk.h> + #include <esd.h> ++#ifndef __FreeBSD__ + #include <asm/errno.h> ++#endif + #ifdef HAVE_PTHREAD_H + #include <pthread.h> + #endif |