mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
13 lines
350 B
C
13 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
|
|
|