freebsd-ports/audio/csound/files/patch-cs_h
Alexander Leidinger a7ff88b7ff Unbreak port by updating to 4.23.
Triggered by:	kris wants to remove broken ports
Approved by:	maintainer timeout (he hasn't much time at the moment
		and I want to have bugs get reported just in time to
		have it fixed before 5.1)
2003-05-03 15:56:24 +00:00

11 lines
279 B
Text

--- cs.h.orig Thu Apr 24 15:09:06 2003
+++ cs.h Thu Apr 24 15:09:25 2003
@@ -782,7 +782,7 @@
# define POLL_EVENTS() STasks()
# define __cdecl
#else
-#ifdef LINUX
+#if defined(LINUX) && defined(HAVE_FLTK)
extern int POLL_EVENTS(void);
#else
# define POLL_EVENTS() (1)