diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-07-02 16:21:52 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-07-02 16:21:52 +0000 |
commit | 6407875beeaff1020dd962ee06cc5860b6b6b7b8 (patch) | |
tree | 54be1cd90cc4e0db4049855912f609405c558972 /lang/urweb | |
parent | Stage bacula (diff) |
- Fix pthread error when compiling files at runtime
PR: ports/191472
Submitted by: beyert@cs.ucr.edu (maintainer)
Notes
Notes:
svn path=/head/; revision=360217
Diffstat (limited to 'lang/urweb')
-rw-r--r-- | lang/urweb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/urweb/Makefile b/lang/urweb/Makefile index 5fc1656c77a9..e7c7b6f08a55 100644 --- a/lang/urweb/Makefile +++ b/lang/urweb/Makefile @@ -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 |