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

13 lines
285 B
Text

--- 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