- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
12 lines
350 B
C
12 lines
350 B
C
diff -u -p programs/Xserver/os/xprintf.c.orig programs/Xserver/os/xprintf.c
|
|
--- os/xprintf.c.orig Sun Jul 3 17:53:52 2005
|
|
+++ os/xprintf.c Thu Jan 26 12:47:37 2006
|
|
@@ -39,7 +39,7 @@
|
|
# ifdef __va_copy
|
|
# define va_copy __va_copy
|
|
# else
|
|
-# error "no working va_copy was found"
|
|
+# define va_copy(dest, src) ((dest) = (src))
|
|
# endif
|
|
#endif
|
|
|