mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Add -D_THREAD_SAFE and fix pkg/PLIST.
PR: 20104 Submitted by: Ports Fury
This commit is contained in:
parent
5f280fa422
commit
855453009d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30957
@ -2,7 +2,7 @@
|
||||
# Date created: Sat Jul 15 08:32:42 PDT 2000
|
||||
# Whom: nsayer@freebsd.org
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/security/libmcrypt-nm/Attic/Makefile,v 1.1.1.1 2000-07-15 15:39:34 nsayer Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/security/libmcrypt-nm/Attic/Makefile,v 1.2 2000-07-22 07:16:27 kevlo Exp $
|
||||
#
|
||||
|
||||
PORTNAME= libmcrypt-nm
|
||||
@ -12,9 +12,9 @@ MASTER_SITES= http://mcrypt.hellug.gr/lib/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS+= --with-LDFLAGS="-pthread"
|
||||
CONFIGURE_ENV= CPPFLAGS="-D_THREAD_SAFE" LDFLAGS="-pthread"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN3= mcrypt-nm.3
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
lib/libmcrypt.so.0
|
||||
lib/libmcrypt.so
|
||||
lib/libmcrypt-nm.a
|
||||
lib/libmcrypt-nm.so
|
||||
lib/libmcrypt-nm.so.0
|
||||
include/mcrypt-nm.h
|
||||
|
Loading…
Reference in New Issue
Block a user