mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
207 B
Diff
12 lines
207 B
Diff
--- Makefile.orig 2013-05-23 16:15:41.000000000 -0400
|
|
+++ Makefile 2021-12-05 11:50:05.000000000 -0500
|
|
@@ -1,5 +1,6 @@
|
|
-CC= gcc
|
|
-CFLAGS= -Wall -O2
|
|
+CC = gcc
|
|
+CFLAGS ?= -O2
|
|
+CFLAGS += -Wall
|
|
|
|
all: ntpstat
|
|
|