mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
14 lines
285 B
Plaintext
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
|
|
|