Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2019 15:00:05 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492436 - head/net/ceph13/files
Message-ID:  <201902081500.x18F05r9036502@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri Feb  8 15:00:05 2019
New Revision: 492436
URL: https://svnweb.freebsd.org/changeset/ports/492436

Log:
  net/ceph13: Fix compilation on 13.0
  
  PR:		235587
  Submitted by:	Willem Jan Withagen <wjw@digiware.nl>

Modified:
  head/net/ceph13/files/patch-src_test_CmakeLists.txt

Modified: head/net/ceph13/files/patch-src_test_CmakeLists.txt
==============================================================================
--- head/net/ceph13/files/patch-src_test_CmakeLists.txt	Fri Feb  8 13:36:23 2019	(r492435)
+++ head/net/ceph13/files/patch-src_test_CmakeLists.txt	Fri Feb  8 15:00:05 2019	(r492436)
@@ -4,7 +4,7 @@
      )
  endif(HAVE_BLKID)
 
-+if(NOT FREEBSD OR EXISTS "/usr/lib/libc++experimental.a")
++if(NOT FREEBSD)
 +
  # ceph_test_admin_socket_output
 



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