Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2005 17:31:08 -0300
From:      "Alejandro Pulver" <alejandro@varnet.biz>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/87955: [MAINTAINER UPDATE] games/duel: fix X11BASE problem
Message-ID:  <1130185868.0@phobos.mars.bsd>
Resent-Message-ID: <200510242040.j9OKeFEl051024@freefall.freebsd.org>

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

>Number:         87955
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] games/duel: fix X11BASE problem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 24 20:40:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Alejandro Pulver
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:





>Description:


Changes:
* Add "${X11BASE}/lib" to LDFLAGS.


>How-To-Repeat:





>Fix:


--- duel.diff begins here ---
diff -urN /usr/ports/games/duel/Makefile duel/Makefile
--- /usr/ports/games/duel/Makefile	Fri Sep 23 17:02:14 2005
+++ duel/Makefile	Mon Oct 24 17:09:52 2005
@@ -28,7 +28,7 @@
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="`${SDL_CONFIG} --cflags` `freetype-config --cflags` -I${X11BASE}/include -I${X11BASE}/include/FTGL" \
-		LDFLAGS="`${SDL_CONFIG} --libs`"
+		LDFLAGS="`${SDL_CONFIG} --libs` -L${X11BASE}/lib"
 
 SUB_FILES=	${PORTNAME}-sh
 
--- duel.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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