svn commit: r360217 - head/lang/urweb
Danilo Egea Gondolfo
danilo at FreeBSD.org
Wed Jul 2 16:21:52 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list