Skip to content

Instantly share code, notes, and snippets.

@bellflower2015
Created October 12, 2015 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bellflower2015/5f9c29b1166f0d978eb4 to your computer and use it in GitHub Desktop.
Save bellflower2015/5f9c29b1166f0d978eb4 to your computer and use it in GitHub Desktop.
FreeBSD ports patch for git 2.6.1
--- 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