Date: Thu, 28 Sep 2006 20:39:42 -0600 From: Travis Poppe <tlp@liquidx.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/103795: [MAINTAINER UPDATE] games/stratagus - fix a compile-time error Message-ID: <20060929023942.GA8150@lickwid.net> Resent-Message-ID: <200609290240.k8T2eKmx021145@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 103795 >Category: ports >Synopsis: [MAINTAINER UPDATE] games/stratagus - fix a compile-time error >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: Fri Sep 29 02:40:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Travis Poppe >Release: >Organization: >Environment: >Description: Update to games/stratagus Makefile that fixes compile time errors relating to lua shared library/header locations. Problem/patch submitted by: Iasen Kostof >How-To-Repeat: >Fix: --- Makefile Wed Sep 20 14:21:28 2006 +++ Makefile.n Thu Sep 28 23:02:39 2006 @@ -23,9 +23,10 @@ USE_SDL= yes USE_XLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include -I${LUA_INCDIR} -LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -L${LUA_LIBDIR} +CFLAGS= -I${LUA_INCDIR} +LDFLAGS= -L${LUA_LIBDIR} +CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ + EXTRA_CFLAGS="${CFLAGS}" EXTRA_LIBS="${LDFLAGS}" WRKSRC= ${WRKDIR}/stratagus-040702 OPTIONS= OPENGL "Enable OpenGL support" on \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060929023942.GA8150>