Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2013 17:39:09 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332632 - head/net-p2p/rtorrent
Message-ID:  <201311031739.rA3Hd9Wl067460@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sun Nov  3 17:39:09 2013
New Revision: 332632
URL: http://svnweb.freebsd.org/changeset/ports/332632

Log:
  put hack for freebsd 10.x under OPSYS, this will unbreak build under dbsd ports
  
  Requested by:	marino@

Modified:
  head/net-p2p/rtorrent/Makefile

Modified: head/net-p2p/rtorrent/Makefile
==============================================================================
--- head/net-p2p/rtorrent/Makefile	Sun Nov  3 17:26:45 2013	(r332631)
+++ head/net-p2p/rtorrent/Makefile	Sun Nov  3 17:39:09 2013	(r332632)
@@ -36,7 +36,7 @@ BROKEN=		Does not configure on arm
 .endif
 
 # Workaround to build and segfault on > 10.x
-.if ${OSVERSION} >= 1000000
+.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1000000
 USE_GCC=        yes
 LDFLAGS+=	-lc++
 .endif



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