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

10 lines
302 B
Text

--- 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.