mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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
2 changed files with 12 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= gnupg
|
PORTNAME= gnupg
|
||||||
PORTVERSION= 2.0.18
|
PORTVERSION= 2.0.18
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
||||||
MASTER_SITE_SUBDIR= 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…
Add table
Reference in a new issue