Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 2000 18:07:44 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/21971: Update port: games/xbl
Message-ID:  <20001014010744.58D8537B503@hub.freebsd.org>

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

>Number:         21971
>Category:       ports
>Synopsis:       Update port: games/xbl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 13 18:10:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.1.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Support X11BASE properly

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/xbl/Makefile games/xbl/Makefile
--- /usr/ports/games/xbl/Makefile	Mon Jun  5 04:26:20 2000
+++ games/xbl/Makefile	Sat Oct 14 03:47:04 2000
@@ -15,7 +15,8 @@
 
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
-CFLAGS+=	-I${PREFIX}/include
+CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include" \
+		LIBS="-L${X11BASE}/lib"
 MANN=		xbl.n
 
 .include <bsd.port.mk>
diff -urN /usr/ports/games/xbl/files/patch-aa games/xbl/files/patch-aa
--- /usr/ports/games/xbl/files/patch-aa	Tue Dec  1 17:17:36 1998
+++ games/xbl/files/patch-aa	Sat Oct 14 03:54:09 2000
@@ -29,7 +29,7 @@
  # The default value if overrided by configure if xmkmf or imake exists.
  #
 -SCOREDIR=/usr/local/lib/xbl
-+SCOREDIR=$(PREFIX)/lib/xbl
++SCOREDIR=$(PREFIX)/lib/X11/xbl
  @SCOREDIR@
  
  # Directory where put man pages.
@@ -54,7 +54,7 @@
  	 -DXBLVERSION=\"$(XBLVERSION)\" \
  	 -DGROUP_GID=$(GROUP_GID) \
 -	  $(USE_SETGID) @DEFS@ -g
-+	  $(USE_SETGID) @DEFS@ @CFLAGS@
++	  $(USE_SETGID) @DEFS@ @CPPFLAGS@ @CFLAGS@
  # For link edit options
  LDOPTIONS=$(CFLAGS)
  LDOPTIONS=@LDOPTIONS@


>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?20001014010744.58D8537B503>