summaryrefslogtreecommitdiff
path: root/net/opal/files/patch-plugins_audio_SILK_SILK-SDK_Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-09-20 21:50:39 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-09-20 21:50:39 +0000
commit9e6673f04f2a8178e49b49d1676640bba2149371 (patch)
treec62b4e58e684a810c47846f1e9a173a16b0d27d1 /net/opal/files/patch-plugins_audio_SILK_SILK-SDK_Makefile
parentReturning maintainership on my multimedia ports to ports@freebsd.org (diff)
Move ptlib26, opal3 and ekiga3 to unversioned ports and update to:
ptlib to 2.10.10 opal to 3.10.10 ekiga to 4.0.1
Diffstat (limited to 'net/opal/files/patch-plugins_audio_SILK_SILK-SDK_Makefile')
-rw-r--r--net/opal/files/patch-plugins_audio_SILK_SILK-SDK_Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/opal/files/patch-plugins_audio_SILK_SILK-SDK_Makefile b/net/opal/files/patch-plugins_audio_SILK_SILK-SDK_Makefile
new file mode 100644
index 000000000000..9bc63799b9a1
--- /dev/null
+++ b/net/opal/files/patch-plugins_audio_SILK_SILK-SDK_Makefile
@@ -0,0 +1,17 @@
+--- plugins/audio/SILK/SILK_SDK/Makefile.orig 2013-09-17 11:51:45.000000000 +0200
++++ plugins/audio/SILK/SILK_SDK/Makefile 2013-09-17 11:55:40.000000000 +0200
+@@ -16,10 +16,10 @@
+ LIBSUFFIX = .a
+ OBJSUFFIX = .o
+
+-CC = $(TOOLCHAIN_PREFIX)gcc$(TOOLCHAIN_SUFFIX)
+-AR = $(TOOLCHAIN_PREFIX)ar
+-RANLIB = $(TOOLCHAIN_PREFIX)ranlib
+-CP = $(TOOLCHAIN_PREFIX)cp
++CC ?= $(TOOLCHAIN_PREFIX)gcc$(TOOLCHAIN_SUFFIX)
++AR ?= $(TOOLCHAIN_PREFIX)ar
++RANLIB ?= $(TOOLCHAIN_PREFIX)ranlib
++CP ?= $(TOOLCHAIN_PREFIX)cp
+
+ cflags-from-defines = $(addprefix -D,$(1))
+ cflags-from-includes = $(addprefix -I,$(1))