1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/sysutils/heartbeat/files/patch-tools-Makefile.am
William Grzybowski ebdc13af20 sysutils/heartbeat: fix build without gcc
- Fix build without gcc
- Convert lib depends to new format [1]

PR:		ports/183800
Submitted by:	maintainer, wg [1]
2013-11-09 12:30:28 +00:00

12 lines
421 B
Plaintext

--- tools/Makefile.am.orig 2008-08-18 12:32:19.000000000 +0000
+++ tools/Makefile.am 2013-11-08 13:57:58.000000000 +0000
@@ -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.