1
0
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:
Jun Kuriyama 2011-09-26 14:49:01 +00:00
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

View File

@ -7,6 +7,7 @@
PORTNAME= gnupg
PORTVERSION= 2.0.18
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gnupg

View 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 ()
{