SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
net/xmlrpc-c/patches/patch-lib_curl_transport_Makefile
Normal file
12
net/xmlrpc-c/patches/patch-lib_curl_transport_Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: lib/curl_transport/Makefile
|
||||
--- lib/curl_transport/Makefile.orig
|
||||
+++ lib/curl_transport/Makefile
|
||||
@@ -37,7 +37,7 @@ CURL_VERSION := $(shell curl-config --vernum)
|
||||
# major version in hexadecimal; the second two are the minor version number
|
||||
# and so on. So "071000" means 7.16.0.
|
||||
|
||||
-NEED_CURL_TYPES_H := $(shell if test $(CURL_VERSION) '<' 071000; then echo Y; fi)
|
||||
+NEED_CURL_TYPES_H := N
|
||||
|
||||
ifeq ($(NEED_CURL_TYPES_H),Y)
|
||||
CFLAGS_LOCAL += -DNEED_CURL_TYPES_H
|
Loading…
Add table
Add a link
Reference in a new issue