View | Details | Raw Unified | Return to bug 259935
Collapse All | Expand All

(-)fetchlog/Makefile (+2 lines)
Lines 8-13 Link Here
8
MAINTAINER=	alexander.haderer@loescap.de
8
MAINTAINER=	alexander.haderer@loescap.de
9
COMMENT=	Fetch and convert new messages of a logfile
9
COMMENT=	Fetch and convert new messages of a logfile
10
10
11
LICENSE=	GPLv2
12
11
PORTDOCS=	CHANGES README README.Nagios README.SNMP
13
PORTDOCS=	CHANGES README README.Nagios README.SNMP
12
PORTEXAMPLES=	fetchlog.cfg fetchlog_service.cfg notify.cfg.example
14
PORTEXAMPLES=	fetchlog.cfg fetchlog_service.cfg notify.cfg.example
13
15
(-)fetchlog/files/patch-Makefile (-5 / +5 lines)
Lines 1-17 Link Here
1
--- Makefile.orig	2010-06-21 11:35:08.000000000 +0200
1
--- Makefile.orig	2010-07-02 10:10:08 UTC
2
+++ Makefile	2010-06-21 19:10:33.000000000 +0200
2
+++ Makefile
3
@@ -23,8 +23,8 @@
3
@@ -23,8 +23,8 @@ FETCHLOG_VERSION=1.4
4
 ### compiler
4
 ### compiler
5
 
5
 
6
 ### gcc
6
 ### gcc
7
-CC=gcc
7
-CC=gcc
8
-CFLAGS= -O -Werror -Wall -Wcast-qual -Wstrict-prototypes \
8
-CFLAGS= -O -Werror -Wall -Wcast-qual -Wstrict-prototypes \
9
+CC?=cc
9
+CC?=cc
10
+CFLAGS+= -O -Werror -Wall -Wcast-qual -Wstrict-prototypes \
10
+CFLAGS+= -O -Wall -Wcast-qual -Wstrict-prototypes \
11
 	-Wmissing-prototypes -Wmissing-declarations -Winline -Wcast-align 
11
 	-Wmissing-prototypes -Wmissing-declarations -Winline -Wcast-align 
12
 ### cc
12
 ### cc
13
 #CC=cc
13
 #CC=cc
14
@@ -57,7 +57,7 @@
14
@@ -57,7 +57,7 @@ HAS_REGEX=-DHAS_REGEX
15
 ### installdir    
15
 ### installdir    
16
 ###   will use $INSTDIR/bin  and  $INSTDIR/man/man1, 
16
 ###   will use $INSTDIR/bin  and  $INSTDIR/man/man1, 
17
 ###   both dirs have to exist for installation
17
 ###   both dirs have to exist for installation

Return to bug 259935