1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/audio/fcplay/files/patch-ab
Kevin Lo 1657710323 - Fix compilation error under XFree86 4.x
- Add USE_GMAKE
- Strip binary
- Support NOPORTDOCS
- Exclude GPL doc from package

PR: 24007
Submitted by: MAINTAINER
2001-01-02 15:25:39 +00:00

11 lines
302 B
Plaintext

--- AudioDriver.h.orig Tue Mar 4 06:47:00 1997
+++ AudioDriver.h Tue Dec 12 02:46:01 2000
@@ -7,6 +7,7 @@
#include <string.h>
#include <sys/ioctl.h>
#include <unistd.h>
+#include "Config.h"
// These next includes were not required if libsidplay would not
// provide related HAVE_* definitions.