svn commit: r332632 - head/net-p2p/rtorrent

Andrej Zverev az at FreeBSD.org
Sun Nov 3 17:39:09 UTC 2013


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


More information about the svn-ports-all mailing list