From owner-svn-ports-all@FreeBSD.ORG Mon Jan 6 13:07:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF4606A6; Mon, 6 Jan 2014 13:07:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B7791F51; Mon, 6 Jan 2014 13:07:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s06D7EFr050256; Mon, 6 Jan 2014 13:07:14 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s06D7EUW050255; Mon, 6 Jan 2014 13:07:14 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201401061307.s06D7EUW050255@svn.freebsd.org> From: Rene Ladan Date: Mon, 6 Jan 2014 13:07:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338874 - head/games/el X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2014 13:07:14 -0000 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 -.if ${ARCH} == "sparc64" || ${ARCH} == "amd64" +.if ${ARCH} == "sparc64" BROKEN= Does not build on ${ARCH} .endif