freebsd-ports/graphics/geomview/files/patch-streampool.h
Bill Fenner 4664f60122 Upgrade to 1.8.1 .
It's not quite completely unbroken, but it's certainly less
 broken than 1.6 was.
2002-11-22 20:44:29 +00:00

11 lines
263 B
C

--- src/lib/oogl/refcomm/streampool.h.orig Mon Aug 12 17:15:10 2002
+++ src/lib/oogl/refcomm/streampool.h Mon Aug 12 17:15:15 2002
@@ -29,7 +29,7 @@
#include "config.h"
#endif
-#ifdef AIX
+#if AIX
# include <sys/select.h> /* RS-6000 needs this */
#endif