diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-07-03 00:21:52 +0800 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-07-03 00:21:52 +0800 |
commit | 6407875beeaff1020dd962ee06cc5860b6b6b7b8 (patch) | |
tree | 54be1cd90cc4e0db4049855912f609405c558972 /lang/urweb | |
parent | e73b69240585b6ad9872461091f527d83a05b7aa (diff) | |
download | freebsd-ports-gnome-6407875beeaff1020dd962ee06cc5860b6b6b7b8.tar.gz freebsd-ports-gnome-6407875beeaff1020dd962ee06cc5860b6b6b7b8.tar.zst freebsd-ports-gnome-6407875beeaff1020dd962ee06cc5860b6b6b7b8.zip |
- Fix pthread error when compiling files at runtime
PR: ports/191472
Submitted by: beyert@cs.ucr.edu (maintainer)
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 |