all repos — ports @ 30dc46c16abf2486019d4a8aff3614e9ff4059f6

collection of ports for openbsd

www/cgit/patches/patch-cgit_mk (view raw)

 1$OpenBSD: patch-cgit_mk,v 1.1 2013/07/15 07:00:49 jasper Exp $
 2--- cgit.mk.orig	Sun Jul 14 23:18:05 2013
 3+++ cgit.mk	Sun Jul 14 23:18:39 2013
 4@@ -17,6 +17,7 @@ $(CGIT_PREFIX)VERSION: force-version
 5 
 6 # CGIT_CFLAGS is a separate variable so that we can track it separately
 7 # and avoid rebuilding all of Git when these variables change.
 8+CGIT_CFLAGS += -L${LOCALBASE}/include
 9 CGIT_CFLAGS += -DCGIT_CONFIG='"$(CGIT_CONFIG)"'
10 CGIT_CFLAGS += -DCGIT_SCRIPT_NAME='"$(CGIT_SCRIPT_NAME)"'
11 CGIT_CFLAGS += -DCGIT_CACHE_ROOT='"$(CACHE_ROOT)"'