Fix paths for building in FreeBSD
This commit is contained in:
@@ -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.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user