summary refs log tree commit diff
path: root/OpenBSD/www/cgit-pink/patches/patch-cgit_mk
blob: c74f62df3ac50f947281cf3fa04e9dc4a27b3be9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
$OpenBSD: patch-cgit_mk,v 1.1 2013/07/15 07:00:49 jasper Exp $
--- cgit.mk.orig	Sun Jul 14 23:18:05 2013
+++ cgit.mk	Sun Jul 14 23:18:39 2013
@@ -17,6 +17,7 @@ $(CGIT_PREFIX)VERSION: force-version
 
 # CGIT_CFLAGS is a separate variable so that we can track it separately
 # and avoid rebuilding all of Git when these variables change.
+CGIT_CFLAGS += -L${LOCALBASE}/include
 CGIT_CFLAGS += -DCGIT_CONFIG='"$(CGIT_CONFIG)"'
 CGIT_CFLAGS += -DCGIT_SCRIPT_NAME='"$(CGIT_SCRIPT_NAME)"'
 CGIT_CFLAGS += -DCGIT_CACHE_ROOT='"$(CACHE_ROOT)"'
low=1'>Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe