freebsd-ports/x11-servers/xorg-server-snap/files/patch-servermd.h
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

11 lines
320 B
C

--- include/servermd.h.orig Sun Jan 8 14:05:55 2006
+++ include/servermd.h Sun Jan 8 14:06:22 2006
@@ -216,7 +216,7 @@
defined(__sparc__) || defined(__mc68000__)
#if defined(__sparc) || defined(__sparc__)
-# if !defined(sparc)
+# if !defined(sparc) && !defined(__FreeBSD__)
# define sparc 1
# endif
#endif