diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-22 10:48:28 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-22 10:48:28 +0000 |
commit | 3fcd0e41ded1b4e3f014c63e00cf2ee71fa39ad5 (patch) | |
tree | 5ec4d6c8c02d380cf421717b2ce88beceb851e79 /net/Sockets | |
parent | 320538c6d599e65e80ad91bd683504f5d7c338f1 (diff) |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
Notes
Notes:
svn path=/head/; revision=450351
Diffstat (limited to 'net/Sockets')
-rw-r--r-- | net/Sockets/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/net/Sockets/Makefile b/net/Sockets/Makefile index 7a417acc4897..c5b118683cd8 100644 --- a/net/Sockets/Makefile +++ b/net/Sockets/Makefile @@ -11,13 +11,6 @@ MASTER_SITES= http://www.alhem.net/Sockets/ \ MAINTAINER= ml@netfence.it COMMENT= C++ wrapper for BSD-style sockets -#execinfo is optional and currently not configured (would need to patch source's #ifdef LINUX) -#LIB_DEPENDS= execinfo.1:devel/libexecinfo - -#Not needed without execinfo or xml -#CFLAGS+= -I${LOCALBASE}/include -#LDFLAGS+= -L${LOCALBASE}/lib - USES+= gmake ssl USE_GNOME= libxml2 USE_LDCONFIG= yes |