Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2019 16:19:41 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496577 - in head/www/faup: . files
Message-ID:  <201903221619.x2MGJfa9013729@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Mar 22 16:19:41 2019
New Revision: 496577
URL: https://svnweb.freebsd.org/changeset/ports/496577

Log:
  Fix build after base r345349
  
  PR:		236141

Added:
  head/www/faup/files/
  head/www/faup/files/patch-CMakeLists.txt   (contents, props changed)
Modified:
  head/www/faup/Makefile

Modified: head/www/faup/Makefile
==============================================================================
--- head/www/faup/Makefile	Fri Mar 22 15:18:17 2019	(r496576)
+++ head/www/faup/Makefile	Fri Mar 22 16:19:41 2019	(r496577)
@@ -4,6 +4,7 @@
 PORTNAME=	faup
 PORTVERSION=	1.5
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	www devel
 MASTER_SITES=	GH LOCAL/antoine
 

Added: head/www/faup/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/faup/files/patch-CMakeLists.txt	Fri Mar 22 16:19:41 2019	(r496577)
@@ -0,0 +1,13 @@
+--- CMakeLists.txt.orig	2016-05-15 06:57:28 UTC
++++ CMakeLists.txt
+@@ -134,6 +134,10 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
+   message("Discovered distribution type: ${LINUX_DIST}")
+ endif()
+ 
++if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
++  set(FAUP_LINK_LIBRARIES pthread)
++endif()
++
+ set(FAUP_INCLUDE_DIRS "${faup-project_SOURCE_DIR}/src/lib/include/" "${faup-project_BINARY_DIR}/src/lib/include")
+ 
+ set(FAUP_LIBRARY faupl)



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