Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 01:15:00 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327201 - head/games/neverball
Message-ID:  <201309140115.r8E1F0xR016919@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Sep 14 01:15:00 2013
New Revision: 327201
URL: http://svnweb.freebsd.org/changeset/ports/327201

Log:
  Fix build with clang/libc++

Modified:
  head/games/neverball/Makefile

Modified: head/games/neverball/Makefile
==============================================================================
--- head/games/neverball/Makefile	Sat Sep 14 01:14:54 2013	(r327200)
+++ head/games/neverball/Makefile	Sat Sep 14 01:15:00 2013	(r327201)
@@ -24,6 +24,8 @@ MAKE_ENV+=	ENABLE_WII=0
 PORTDOCS=	CHANGES COPYING README
 MAN6=		neverball.6 neverputt.6
 
+LDFLAGS+=	-lX11 # calls X functions directly, but doesn't link libX11
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}



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