freebsd-ports/games/xmris/files/patch-aa
Jean-Marc Zucconi 3b0787719c Fix the build on -current (patch-aa)
Compile all targets in the do-build phase, fix install with XFree86-4, honor
CFLAGS
2002-10-19 22:54:28 +00:00

14 lines
250 B
Plaintext

--- all.c.orig Fri Dec 22 13:05:56 1995
+++ all.c Sat Oct 19 22:49:11 2002
@@ -637,8 +637,10 @@
* returns the error string, or NULL
*/
{
+#ifndef __FreeBSD__
extern int sys_nerr;
extern char *sys_errlist[];
+#endif
int error;