Files
macports-ports/sysutils/dotenv/files/patch-Makefile.diff
2024-05-16 02:25:06 -04:00

12 lines
188 B
Diff

--- ./Makefile
+++ ./Makefile
@@ -28,7 +28,7 @@
all: dotenv
dotenv: dotenv.c
- ${CC} -Os -Wall -Werror -o dotenv dotenv.c
+ ${CC} ${CFLAGS} -o dotenv dotenv.c
clean:
rm -f dotenv