Fix paths for building in FreeBSD

This commit is contained in:
drue
2012-10-17 11:06:15 -05:00
parent 1cb8b494a5
commit b20e0cdb90
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -49,6 +49,10 @@ ifeq ($(uname_O),Cygwin)
NEEDS_LIBICONV = YesPlease NEEDS_LIBICONV = YesPlease
endif endif
ifeq ($(uname_S),FreeBSD)
include cgit.conf.freebsd
endif
# #
# Let the user override the above settings. # Let the user override the above settings.
# #
+6
View File
@@ -0,0 +1,6 @@
# FreeBSD-specific Paths
LDFLAGS = -L/usr/local/lib
CFLAGS = -I/usr/local/include
prefix = /usr/local
NEEDS_LIBICONV = yes
GIT_OPTIONS = prefix=/usr/local