svn commit: r337597 - head/games/stepmania-devel

John Marino marino at FreeBSD.org
Thu Dec 26 18:49:00 UTC 2013


Author: marino
Date: Thu Dec 26 18:49:00 2013
New Revision: 337597
URL: http://svnweb.freebsd.org/changeset/ports/337597

Log:
  games/stepmania-devel: Restore LDFLAGS removed by r336938
  
  The LDFLAG -lpthread is needed by newer gcc with modern binutils.
  It was introduced along with -lX11 in r329747 by myself, but it was
  removed with the last commit to this port (ports/184822)

Modified:
  head/games/stepmania-devel/Makefile

Modified: head/games/stepmania-devel/Makefile
==============================================================================
--- head/games/stepmania-devel/Makefile	Thu Dec 26 18:45:50 2013	(r337596)
+++ head/games/stepmania-devel/Makefile	Thu Dec 26 18:49:00 2013	(r337597)
@@ -38,7 +38,7 @@ SHEBANG_FILES=	Utils/*.pl \
 		extern/zlib/zlib2ansi
 
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -lX11
+LDFLAGS+=	-L${LOCALBASE}/lib -lX11 -lpthread
 
 VORBIS_LIB_DEPENDS=	libvorbis.so:${PORTSDIR}/audio/libvorbis
 VORBIS_CONFIGURE_WITH=	vorbis


More information about the svn-ports-head mailing list