mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
- Fix libcurl detection.
PR: ports/160535 Submitted by John Marshall <john.marshall@riverwillow.com.au>
This commit is contained in:
parent
644a24e602
commit
a601d24917
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282423
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gnupg
|
||||
PORTVERSION= 2.0.18
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
||||
MASTER_SITE_SUBDIR= gnupg
|
||||
|
11
security/gnupg/files/patch-configure
Normal file
11
security/gnupg/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig 2011-09-07 09:26:46.000000000 +1000
|
||||
+++ configure 2011-09-07 09:29:32.000000000 +1000
|
||||
@@ -9384,7 +9384,7 @@
|
||||
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
-include <curl/curl.h>
|
||||
+#include <curl/curl.h>
|
||||
int
|
||||
main ()
|
||||
{
|
Loading…
Reference in New Issue
Block a user