diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-10 07:44:41 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-10 07:44:41 +0000 |
commit | 177e72428a354ac8f2d4829c25b87db9a1496ccd (patch) | |
tree | 6094c9833e89f97f2f26cb6b52e5df44d0429d8d /devel | |
parent | 0327e506d7a925d9cf2684faf7cf5492bb05963e (diff) | |
download | ports-177e72428a354ac8f2d4829c25b87db9a1496ccd.tar.gz ports-177e72428a354ac8f2d4829c25b87db9a1496ccd.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cgit/files/patch-git__Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/cgit/files/patch-git__Makefile b/devel/cgit/files/patch-git__Makefile new file mode 100644 index 000000000000..ba30170c78cd --- /dev/null +++ b/devel/cgit/files/patch-git__Makefile @@ -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) |