mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
173 B
Plaintext
11 lines
173 B
Plaintext
--- gui/Makefile.in.orig 2006-08-20 14:51:17 UTC
|
|
+++ gui/Makefile.in
|
|
@@ -1,6 +1,6 @@
|
|
CFLAGS += @CFLAGS@ -I..
|
|
CLIBS += @CLIBS@
|
|
-CC := gcc
|
|
+CC ?= gcc
|
|
|
|
all: configurator
|
|
|