freebsd-ports/audio/re/files/patch-mk-re.mk
Chris Rees 5e4bfc494d Update Baresip to 0.4.8, and the supporting re and rem libraries
to their latest versions

Several new modules, however some will no longer work after changes to the
core code; a best effort has been made to investigate and mark such broken
modules.
2013-12-20 22:55:35 +00:00

12 lines
283 B
Makefile

--- mk/re.mk.orig 2013-12-20 13:16:19.461335812 +0000
+++ mk/re.mk 2013-12-20 13:16:30.914336263 +0000
@@ -73,9 +73,6 @@
ifeq ($(CC),)
CC := gcc
endif
-ifeq ($(CC),cc)
- CC := gcc
-endif
LD := $(CC)
CC_LONGVER := $(shell if $(CC) -v 2>/dev/null; then \
$(CC) -v 2>&1 ;\