diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-08-08 19:23:48 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-08-08 19:23:48 +0000 |
commit | 30778bc36da6d7004ffe9e86d21825aa0381e962 (patch) | |
tree | 79f61ae8829fce928ee41ced2eca60d77e9a87eb /security/gpgme/files/patch-configure | |
parent | * Change BROKEN with IGNORE tag for pointyhat does not run the port build. (diff) |
Fix compilation on FreeBSD 6 or later in the WITH_PTH case.
Reported by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Approved by: portmgr (clement)
Notes
Notes:
svn path=/head/; revision=140818
Diffstat (limited to 'security/gpgme/files/patch-configure')
-rw-r--r-- | security/gpgme/files/patch-configure | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/security/gpgme/files/patch-configure b/security/gpgme/files/patch-configure index e77a8de21e95..f14d46e20fec 100644 --- a/security/gpgme/files/patch-configure +++ b/security/gpgme/files/patch-configure @@ -1,6 +1,14 @@ ---- configure.orig Wed Jan 26 12:56:40 2005 -+++ configure Wed Jan 26 12:56:06 2005 -@@ -22575,7 +22575,7 @@ +--- configure.orig Tue Dec 28 12:35:39 2004 ++++ configure Mon Aug 8 16:26:11 2005 +@@ -19723,7 +19723,6 @@ + #define HAVE_PTH + _ACEOF + +- CFLAGS="$CFLAGS $PTH_CFLAGS" + fi + echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 + echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 +@@ -22575,7 +22574,7 @@ echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 |