List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH] Fix paths for building in FreeBSD
@ 2012-10-17 16:23 drue
  2012-10-17 16:32 ` Jason
  0 siblings, 1 reply; 12+ messages in thread
From: drue @ 2012-10-17 16:23 UTC (permalink / raw)


---
 Makefile          |    4 ++++
 cgit.conf.freebsd |    6 ++++++
 2 files changed, 10 insertions(+)
 create mode 100644 cgit.conf.freebsd

diff --git a/Makefile b/Makefile
index 1e34129..7a330e7 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,10 @@ ifeq ($(uname_O),Cygwin)
        NEEDS_LIBICONV = YesPlease
 endif

+ifeq ($(uname_S),FreeBSD)
+       include cgit.conf.freebsd
+endif
+
 #
 # Let the user override the above settings.
 #
diff --git a/cgit.conf.freebsd b/cgit.conf.freebsd
new file mode 100644
index 0000000..883d551
--- /dev/null
+++ b/cgit.conf.freebsd
@@ -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
--
1.7.10.3





^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-10-17 19:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-17 16:23 [PATCH] Fix paths for building in FreeBSD drue
2012-10-17 16:32 ` Jason
2012-10-17 16:39   ` drue
2012-10-17 16:41     ` Jason
2012-10-17 16:45       ` drue
2012-10-17 16:46         ` Jason
2012-10-17 19:10           ` 
2012-10-17 19:11             ` Jason
2012-10-17 19:44               ` 
2012-10-17 19:54                 ` Jason
2012-10-17 19:56                   ` Jason
2012-10-17 19:59                     ` 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).