View | Details | Raw Unified | Return to bug 227209 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/geomWatch/Makefile (+1 lines)
Lines 23-28 BROKEN_armv7= fails to compile: call to 'atomic_a Link Here
23
IGNORE_DragonFly=	requires geom(4) support
23
IGNORE_DragonFly=	requires geom(4) support
24
24
25
USES=		tar:tbz
25
USES=		tar:tbz
26
USE_CXXSTD=	gnu++98
26
27
27
SUB_FILES=	pkg-message
28
SUB_FILES=	pkg-message
28
29
(-)sysutils/geomWatch/files/patch-Makefile (-4 / +8 lines)
Lines 1-8 Link Here
1
--- Makefile.orig	2014-06-27 09:35:09.376925204 +0800
1
--- Makefile.orig	2011-08-01 14:48:54 UTC
2
+++ Makefile	2014-06-27 09:35:32.058892336 +0800
2
+++ Makefile
3
@@ -51,8 +51,8 @@ geomWatch: ${FILES}
3
@@ -48,11 +48,11 @@ OPTIONS=-Wall \
4
 	${CXX} ${OPTIONS} -o geomWatch geomWatch.cpp
4
 all: geomWatch
5
 
5
 
6
 geomWatch: ${FILES}
7
-	${CXX} ${OPTIONS} -o geomWatch geomWatch.cpp
8
+	${CXX} ${CXXFLAGS} ${OPTIONS} -o geomWatch geomWatch.cpp
9
 
6
 install:
10
 install:
7
-	install -s -o root -g wheel -m 755 geomWatch ${PREFIX}/sbin
11
-	install -s -o root -g wheel -m 755 geomWatch ${PREFIX}/sbin
8
-	install -o root -g wheel -m 400 geomWatch.conf.sample ${PREFIX}/etc
12
-	install -o root -g wheel -m 400 geomWatch.conf.sample ${PREFIX}/etc

Return to bug 227209