svn commit: r492436 - head/net/ceph13/files

Kurt Jaeger pi at FreeBSD.org
Fri Feb 8 15:00:06 UTC 2019


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 at 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
 


More information about the svn-ports-all mailing list