Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2014 11:56:13 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r339107 - branches/2014Q1/games/el
Message-ID:  <201401081156.s08BuD0a051314@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Wed Jan  8 11:56:13 2014
New Revision: 339107
URL: http://svnweb.freebsd.org/changeset/ports/339107

Log:
  MFH: r338874
  
  Fix build (on my 10.0-amd64 laptop at least).
  
  Submitted by:	marino
  Approved by:	acm (maintainer, implicit)
  
  Approved by:	portmgr (bapt)

Modified:
  branches/2014Q1/games/el/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/games/el/Makefile
==============================================================================
--- branches/2014Q1/games/el/Makefile	Wed Jan  8 11:54:02 2014	(r339106)
+++ branches/2014Q1/games/el/Makefile	Wed Jan  8 11:56:13 2014	(r339107)
@@ -24,7 +24,7 @@ USE_OPENAL=	al alut
 USE_GNOME=	libxml2
 USE_SDL=	sdl net image
 USE_GL=		yes
-USES=		gmake
+LDFLAGS+=	-L${LOCALBASE}/lib -lX11
 
 ALL_TARGET=	el.bin
 MAKEFILE=	Makefile.bsd
@@ -33,7 +33,7 @@ PLIST=		${WRKDIR}/pkg-plist
 NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "sparc64" || ${ARCH} == "amd64"
+.if ${ARCH} == "sparc64"
 BROKEN=		Does not build on ${ARCH}
 .endif
 



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