opnsense-ports/sysutils/heartbeat/files/patch-tools-Makefile.am
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

19 lines
646 B
Text

--- tools/Makefile.am.orig 2008-08-18 14:32:19.000000000 +0200
+++ tools/Makefile.am 2014-06-14 22:45:13.793133353 +0200
@@ -43,7 +43,7 @@
## SOURCES
ccdv: $(top_srcdir)/tools/ccdv.c
- gcc $(AM_CFLAGS) $(CFLAGS) -o ccdv $(top_srcdir)/tools/ccdv.c
+ $(CC) $(AM_CFLAGS) $(CFLAGS) -o ccdv $(top_srcdir)/tools/ccdv.c
cl_status_SOURCES = cl_status.c
# A little trick. Now ccdv can be auto-built but not auto-cleaned.
@@ -85,7 +85,5 @@
$(LIBRT)
install-data-hook: # install-exec-hook doesn't work (!)
- -chgrp $(apigid) $(DESTDIR)/$(habindir)/cl_status
- -chmod g+s,a-w $(DESTDIR)/$(habindir)/cl_status
.PHONY: install-exec-hook