1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/audio/playgsf/files/patch-libresample-0.1.3_Makefile.in
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

14 lines
285 B
Plaintext

--- libresample-0.1.3/Makefile.in.orig 2016-07-26 15:40:39 UTC
+++ libresample-0.1.3/Makefile.in
@@ -3,8 +3,8 @@
# systems, use this file as a template to create a
# working Makefile.
-CC = @CC@
-CFLAGS = @CFLAGS@ -Wall
+CC ?= @CC@
+CFLAGS ?= @CFLAGS@ -Wall
LIBS = @LIBS@ -lm