diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2012-07-31 16:23:39 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2012-07-31 16:23:39 +0000 |
commit | 2a80fcaccf731ad80cf7812902b86c56efdec2f1 (patch) | |
tree | 173b96ff1f80e3d60cd3088fe17c44604b26d9e7 | |
parent | Update www/web2ldap to version 1.1.23. (diff) |
Add NO_PROFILE=yes to these Makefiles to prevent building/installing the
_p.a flavor of the libraries.
Submitted by: pointyhat's bot
Notes
Notes:
svn path=/head/; revision=301797
-rw-r--r-- | devel/jech-dht/files/BSDmakefile | 1 | ||||
-rw-r--r-- | net/libutp/files/BSDmakefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/devel/jech-dht/files/BSDmakefile b/devel/jech-dht/files/BSDmakefile index 8ec2782c5070..46fe58b06d22 100644 --- a/devel/jech-dht/files/BSDmakefile +++ b/devel/jech-dht/files/BSDmakefile @@ -1,6 +1,7 @@ LIB= dht SHLIB_MAJOR= 0 SHLIB_MINOR= 21 +NO_PROFILE= yes SRCS= dht.c diff --git a/net/libutp/files/BSDmakefile b/net/libutp/files/BSDmakefile index 5c3aa192af2c..bf6d5ae08577 100644 --- a/net/libutp/files/BSDmakefile +++ b/net/libutp/files/BSDmakefile @@ -1,6 +1,7 @@ LIB= utp SHLIB_MAJOR= 0 SRCS= utp.cpp utp_utils.cpp +NO_PROFILE= yes CXXFLAGS+= -fno-exceptions -fno-rtti CXXFLAGS+= -I${.CURDIR} -I${.CURDIR}/utp_config_lib -DPOSIX |