freebsd-ports/audio/re/files/patch-mk_re.mk
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

12 lines
241 B
Makefile

--- mk/re.mk.orig 2016-04-15 07:09:59 UTC
+++ mk/re.mk
@@ -75,9 +75,6 @@ endif
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 ;\