mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Fix pthread error when compiling files at runtime
PR: ports/191472 Submitted by: beyert@cs.ucr.edu (maintainer)
This commit is contained in:
parent
e73b692405
commit
6407875bee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360217
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user