From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 29 02:40:21 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6846D16A49E for ; Fri, 29 Sep 2006 02:40:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 978D943D53 for ; Fri, 29 Sep 2006 02:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8T2eKZ9021146 for ; Fri, 29 Sep 2006 02:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8T2eKmx021145; Fri, 29 Sep 2006 02:40:20 GMT (envelope-from gnats) Resent-Date: Fri, 29 Sep 2006 02:40:20 GMT Resent-Message-Id: <200609290240.k8T2eKmx021145@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Travis Poppe Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4729B16A492 for ; Fri, 29 Sep 2006 02:39:53 +0000 (UTC) (envelope-from tlp@liquidx.org) Received: from illusionist.sov.kewlio.net.uk (smtpauth.kewlio.net [85.116.4.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4E6043D46 for ; Fri, 29 Sep 2006 02:39:52 +0000 (GMT) (envelope-from tlp@liquidx.org) Received: from lickwid.net (root@71-33-103-74.bois.qwest.net [71.33.103.74]) (authenticated bits=128 user=tlp mech=DIGEST-MD5) by illusionist.sov.kewlio.net.uk (8.13.8/8.13.8) with ESMTP id k8T2di7n060011 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO subject=) for ; Fri, 29 Sep 2006 03:39:48 +0100 (BST) Received: from lickwid.net (tlp@localhost [127.0.0.1]) by lickwid.net (8.13.6/8.13.6) with ESMTP id k8T2dhsa008219 for ; Thu, 28 Sep 2006 20:39:43 -0600 (MDT) (envelope-from tlp@liquidx.org) Received: (from tlp@localhost) by lickwid.net (8.13.6/8.13.6/Submit) id k8T2dgsQ008218 for FreeBSD-gnats-submit@freebsd.org; Thu, 28 Sep 2006 20:39:42 -0600 (MDT) (envelope-from tlp@liquidx.org) Message-Id: <20060929023942.GA8150@lickwid.net> Date: Thu, 28 Sep 2006 20:39:42 -0600 From: Travis Poppe To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/103795: [MAINTAINER UPDATE] games/stratagus - fix a compile-time error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2006 02:40:21 -0000 >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: