Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2002 13:14:40 -0600 (CST)
From:      Kyle Martin <mkm@ieee.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44854: [PATCH] add xaw3d build option to games/xboard
Message-ID:  <200211031914.gA3JEerB010943@marvin.bsdng.org>

next in thread | raw e-mail | index | archive | help

>Number:         44854
>Category:       ports
>Synopsis:       [PATCH] add xaw3d build option to games/xboard
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 03 11:20:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kyle Martin
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Al Qaeda FreeBSD User Group (praise Allah!)
>Environment:
System: FreeBSD marvin.bsdng.org 4.7-STABLE FreeBSD 4.7-STABLE #5: Mon Oct 21 08:33:29 CDT 2002 root@marvin.bsdng.org:/usr/src/sys/compile/MARVIN i386


	
>Description:
this patch adds an option to build with Xaw3D
>How-To-Repeat:
apply teh patch
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/xboard/Makefile,v
retrieving revision 1.31
diff -c -u -r1.31 Makefile
--- Makefile	17 Feb 2002 21:17:08 -0000	1.31
+++ Makefile	3 Nov 2002 18:38:11 -0000
@@ -19,6 +19,10 @@
 STRIP=
 MAN6=		xboard.6 cmail.6 zic2xpm.6
 
+.if defined(WITH_XAW3D)
+CONFIGURE_ARGS+= "--with-Xaw3d"
+.endif
+
 pre-patch:
 	@${PERL} -pi.orig -e 's|\$$\(prefix\)/share/info|\@infodir\@|' \
 		${WRKSRC}/Makefile.in
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211031914.gA3JEerB010943>