Created
October 12, 2015 18:55
-
-
Save bellflower2015/5f9c29b1166f0d978eb4 to your computer and use it in GitHub Desktop.
FreeBSD ports patch for git 2.6.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Makefile.orig2 2015-10-13 03:41:46.000000000 +0900 | |
+++ Makefile 2015-10-13 03:42:27.000000000 +0900 | |
@@ -1068,15 +1068,15 @@ else | |
PROGRAM_OBJS += http-push.o | |
endif | |
endif | |
- curl_check := $(shell (echo 072200; curl-config --vernum | sed -e '/^70[BC]/s/^/0/') 2>/dev/null | sort -r | sed -ne 2p) | |
- ifeq "$(curl_check)" "072200" | |
- USE_CURL_FOR_IMAP_SEND = YesPlease | |
- endif | |
- ifdef USE_CURL_FOR_IMAP_SEND | |
- BASIC_CFLAGS += -DUSE_CURL_FOR_IMAP_SEND | |
- IMAP_SEND_BUILDDEPS = http.o | |
- IMAP_SEND_LDFLAGS += $(CURL_LIBCURL) | |
- endif | |
+# curl_check := $(shell (echo 072200; curl-config --vernum | sed -e '/^70[BC]/s/^/0/') 2>/dev/null | sort -r | sed -ne 2p) | |
+# ifeq "$(curl_check)" "072200" | |
+# USE_CURL_FOR_IMAP_SEND = YesPlease | |
+# endif | |
+# ifdef USE_CURL_FOR_IMAP_SEND | |
+# BASIC_CFLAGS += -DUSE_CURL_FOR_IMAP_SEND | |
+# IMAP_SEND_BUILDDEPS = http.o | |
+# IMAP_SEND_LDFLAGS += $(CURL_LIBCURL) | |
+# endif | |
ifndef NO_EXPAT | |
ifdef EXPATDIR | |
BASIC_CFLAGS += -I$(EXPATDIR)/include |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment