Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2014 16:21:52 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360217 - head/lang/urweb
Message-ID:  <201407021621.s62GLqJ6051899@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Wed Jul  2 16:21:52 2014
New Revision: 360217
URL: http://svnweb.freebsd.org/changeset/ports/360217
QAT: https://qat.redports.org/buildarchive/r360217/

Log:
  -  Fix pthread error when compiling files at runtime
  
  PR:		ports/191472
  Submitted by:	beyert@cs.ucr.edu (maintainer)

Modified:
  head/lang/urweb/Makefile

Modified: head/lang/urweb/Makefile
==============================================================================
--- head/lang/urweb/Makefile	Wed Jul  2 16:14:10 2014	(r360216)
+++ head/lang/urweb/Makefile	Wed Jul  2 16:21:52 2014	(r360217)
@@ -3,7 +3,7 @@
 
 PORTNAME=	urweb
 PORTVERSION=	20120925
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang www
 MASTER_SITES=	http://www.impredicative.com/ur/
 EXTRACT_SUFX=	.tgz
@@ -23,6 +23,7 @@ USES=		gmake libtool
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 ONLY_FOR_ARCHS=	i386 amd64
+CFLAGS+=	-pthread
 
 OPTIONS_DEFINE=	ELISP PGSQL SQLITE MYSQL
 OPTIONS_DEFAULT=ELISP PGSQL



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