diff options
author | dirk <dirk@FreeBSD.org> | 2000-03-07 21:21:22 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-03-07 21:21:22 +0800 |
commit | 8c8caa524e3a4d024a36194971cd06291f915cc3 (patch) | |
tree | 4b89c4faee34d9616687102efef5f5c7676d639c /security/stunnel/Makefile | |
parent | ea7b9decf6ea1227d57a0fda027f2df683c06649 (diff) | |
download | freebsd-ports-gnome-8c8caa524e3a4d024a36194971cd06291f915cc3.tar.gz freebsd-ports-gnome-8c8caa524e3a4d024a36194971cd06291f915cc3.tar.zst freebsd-ports-gnome-8c8caa524e3a4d024a36194971cd06291f915cc3.zip |
Fix usage of libc_r (i. e. replace -lc_r with -pthread) and simplify
prefix handling.
OK'ed by: maintainer
Diffstat (limited to 'security/stunnel/Makefile')
-rw-r--r-- | security/stunnel/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 5c0bd4d9f47d..4c16882e5a8a 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -22,16 +22,10 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/run MAN8= stunnel.8 -CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} cert: @(cd ${WRKSRC}; make cert) -post-patch: - ${SED} -e 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/configure > ${WRKSRC}/configure~ - ${MV} ${WRKSRC}/configure~ ${WRKSRC}/configure - ${CHMOD} a+x ${WRKSRC}/configure - post-build: @${ECHO} "" @${ECHO} "********************************************************************" |