[Pkg-wmaker-commits] [wmbubble] 148/207: add GNU/kFreeBSD section to Makefile (fixes FTBFS)

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 04:18:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmbubble.

commit 00d95905a8b7da25e396b6c3e65a87b8729103c7
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Tue Jun 17 15:47:36 2014 -0600

    add GNU/kFreeBSD section to Makefile (fixes FTBFS)
---
 Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Makefile b/Makefile
index 8148514..896a28f 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,13 @@ ifeq ($(OS), FreeBSD)
 	INSTALL = -c -g kmem -m 2755 -o root
 endif
 
+ifeq ($(OS), GNU/kFreeBSD)
+	OBJS += sys_freebsd.o
+	LIBS = -lX11 -lkvm -lm
+	INSTALL = -c -g kmem -m 2755 -o root
+	CFLAGS += -D_BSD_SOURCE
+endif
+
 # special things for NetBSD
 ifeq ($(OS), NetBSD)
 	OBJS += sys_netbsd.o

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbubble.git



More information about the Pkg-wmaker-commits mailing list