svn commit: r338874 - head/games/el

Rene Ladan rene at FreeBSD.org
Mon Jan 6 13:07:14 UTC 2014


Author: rene
Date: Mon Jan  6 13:07:14 2014
New Revision: 338874
URL: http://svnweb.freebsd.org/changeset/ports/338874

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

Modified:
  head/games/el/Makefile

Modified: head/games/el/Makefile
==============================================================================
--- head/games/el/Makefile	Mon Jan  6 12:59:32 2014	(r338873)
+++ head/games/el/Makefile	Mon Jan  6 13:07:14 2014	(r338874)
@@ -23,7 +23,7 @@ USES=		gmake 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
@@ -32,7 +32,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
 


More information about the svn-ports-all mailing list