Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jul 2014 21:00:00 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362372 - head/games/megaglest
Message-ID:  <201407202100.s6KL00wj069624@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Jul 20 21:00:00 2014
New Revision: 362372
URL: http://svnweb.freebsd.org/changeset/ports/362372
QAT: https://qat.redports.org/buildarchive/r362372/

Log:
  games/megaglest: Fix on FreeBSD 10+ (from dports)
  
  I had fixed megaglest in dports a few days ago, not realizing that the
  build was also broken on FreeBSD until I saw the PR.  Due to the size
  of megaglest-data (~265M), I haven't actually tested the fix on FreeBSD
  but it should work.  The dports fix is more extensive than the PR.
  
  PR:		191225
  Submitted by:	maintainer (Rusty Nejdl)

Modified:
  head/games/megaglest/Makefile

Modified: head/games/megaglest/Makefile
==============================================================================
--- head/games/megaglest/Makefile	Sun Jul 20 20:49:32 2014	(r362371)
+++ head/games/megaglest/Makefile	Sun Jul 20 21:00:00 2014	(r362372)
@@ -30,6 +30,7 @@ USE_WX=		3.0
 WX_UNICODE=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include/libpng15
+LDFLAGS+=	-L${LOCALBASE}/lib -lssl -lcrypto
 WRKSRC=		${WRKDIR}/${PORTNAME}-3.9.0
 
 OPTIONS_DEFINE=	EDITOR DOCS



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