Index: head/devel/cgit/files/patch-git__Makefile =================================================================== --- head/devel/cgit/files/patch-git__Makefile (nonexistent) +++ head/devel/cgit/files/patch-git__Makefile (revision 235534) @@ -0,0 +1,13 @@ +--- git/Makefile.orig 2009-06-08 16:20:54.000000000 +0200 ++++ git/Makefile 2009-06-08 16:21:48.000000000 +0200 +@@ -692,8 +692,8 @@ + ifeq ($(uname_S),FreeBSD) + NEEDS_LIBICONV = YesPlease + NO_MEMMEM = YesPlease +- BASIC_CFLAGS += -I/usr/local/include +- BASIC_LDFLAGS += -L/usr/local/lib ++ BASIC_CFLAGS += -I${LOCALBASE}/include ++ BASIC_LDFLAGS += -L${LOCALBASE}/lib + DIR_HAS_BSD_GROUP_SEMANTICS = YesPlease + THREADED_DELTA_SEARCH = YesPlease + ifeq ($(shell expr "$(uname_R)" : '4\.'),2) Property changes on: head/devel/cgit/files/patch-git__Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property