freebsd-ports/audio/playgsf/files/patch-libresample-0.1.3__Makefile.in
Emanuel Haupt 3ec5fd26a4 - Enable build on amd64
- Fix build on 9.1
- Heed CC, CXX, CPPFLAGS, LDFLAGS in all subdir
- Drop ABI version in LIB_DEPENDS

Approved by:	portmgr (miwi)
2013-04-03 08:37:47 +00:00

13 lines
337 B
Text

--- ./libresample-0.1.3/Makefile.in.orig 2013-03-30 04:01:28.000000000 +0100
+++ ./libresample-0.1.3/Makefile.in 2013-03-30 14:03:51.000000000 +0100
@@ -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