mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
ftp/curl: Use USES=localbase:ldflags instead of patch file
This commit is contained in:
parent
10f3f672dd
commit
d4e0168667
2 changed files with 1 additions and 12 deletions
|
@ -12,7 +12,7 @@ WWW= https://curl.se/ \
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= cpe libtool localbase pathfix perl5 shebangfix tar:xz
|
||||
USES= cpe libtool localbase:ldflags pathfix perl5 shebangfix tar:xz
|
||||
USE_PERL5= build
|
||||
|
||||
CONFIGURE_ARGS= --disable-test-bundles \
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- lib/urldata.h.orig 2023-03-20 13:49:04 UTC
|
||||
+++ lib/urldata.h
|
||||
@@ -179,7 +179,7 @@ typedef CURLcode (*Curl_datastream)(struct Curl_easy *
|
||||
# elif defined HAVE_GSSAPI_GSSAPI_H
|
||||
# include <gssapi/gssapi.h>
|
||||
# else
|
||||
-# include <gssapi.h>
|
||||
+# include <gssapi/gssapi.h>
|
||||
# endif
|
||||
# ifdef HAVE_GSSAPI_GSSAPI_GENERIC_H
|
||||
# include <gssapi/gssapi_generic.h>
|
Loading…
Add table
Reference in a new issue