Date: Thu, 26 Dec 2013 18:49: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: r337597 - head/games/stepmania-devel Message-ID: <201312261849.rBQIn050022888@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312261849.rBQIn050022888>