summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authordbj <dbj@pkgsrc.org>2022-07-14 07:03:06 +0000
committerdbj <dbj@pkgsrc.org>2022-07-14 07:03:06 +0000
commit134bf3da131b3cba812cf2a2ff9af28772ed2e0c (patch)
tree2468a7fefc0e5b22e8307d16bc82d815a3470e52 /multimedia
parentb3f7e941fdfa4a6ba3ad02be28cce0545240a21c (diff)
downloadpkgsrc-134bf3da131b3cba812cf2a2ff9af28772ed2e0c.tar.gz
multimedia/libhdhomerun: do not force arch on Darwin
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libhdhomerun/distinfo3
-rw-r--r--multimedia/libhdhomerun/patches/patch-Makefile14
2 files changed, 16 insertions, 1 deletions
diff --git a/multimedia/libhdhomerun/distinfo b/multimedia/libhdhomerun/distinfo
index 8449160c37d..b388821bbd5 100644
--- a/multimedia/libhdhomerun/distinfo
+++ b/multimedia/libhdhomerun/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:01:09 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/07/14 07:03:06 dbj Exp $
BLAKE2s (libhdhomerun_20140121.tgz) = ea7d074b8e6e97a5297561c7ffd29a7ad9322a6e8636ea9144953ef759d9894a
SHA512 (libhdhomerun_20140121.tgz) = bf7bfed024980b4a58d860b28194c6f3a394071ba1e3e25b46b2a20709e5de51fbb61779d46c9f1f01efd1553abf0332b3711afeb21479576f7f40da7f22eca1
Size (libhdhomerun_20140121.tgz) = 47685 bytes
+SHA1 (patch-Makefile) = 153eb9e73fbe2bfba944cb666305efd20555ecd3
SHA1 (patch-hdhomerun__sock__posix.c) = 29771502664cfaa580b083dc5adcab88869a6502
diff --git a/multimedia/libhdhomerun/patches/patch-Makefile b/multimedia/libhdhomerun/patches/patch-Makefile
new file mode 100644
index 00000000000..508db6bd97c
--- /dev/null
+++ b/multimedia/libhdhomerun/patches/patch-Makefile
@@ -0,0 +1,14 @@
+$NetBSD: patch-Makefile,v 1.1 2022/07/14 07:03:06 dbj Exp $
+
+Do not force arch on darwin
+
+--- Makefile.orig 2013-05-03 21:14:06.000000000 +0000
++++ Makefile
+@@ -32,7 +32,6 @@ else
+ LDFLAGS += -lsocket
+ endif
+ ifeq ($(OS),Darwin)
+- CFLAGS += -arch i386 -arch ppc
+ LIBEXT := .dylib
+ SHARED := -dynamiclib -install_name libhdhomerun$(LIBEXT)
+ endif