Date: Mon, 24 Aug 2009 19:45:34 -0700 From: Marcel Moolenaar <xcllnt@mac.com> To: ports@FreeBSD.org Subject: [PATCH] x11/xorg: enable xorg-server for ia64 Message-ID: <16ABE1DA-61D8-47EE-84C9-C4624457639A@mac.com>
next in thread | raw e-mail | index | archive | help
All, The diff below enables xorg-server for ia64. xorg-server has been patched to build on ia64. Ok to commit? Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/xorg/Makefile,v retrieving revision 1.27 diff -u -r1.27 Makefile --- Makefile 7 May 2009 19:42:31 -0000 1.27 +++ Makefile 18 Jun 2009 19:27:13 -0000 @@ -58,7 +58,7 @@ .endif .endif -.if ${ARCH} != "alpha" && ${ARCH} != "ia64" +.if ${ARCH} != "alpha" RUN_DEPENDS+= ${LOCALBASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg- server .endif -- Marcel Moolenaar xcllnt@mac.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16ABE1DA-61D8-47EE-84C9-C4624457639A>