summaryrefslogtreecommitdiff
path: root/emulators/qemu/patches
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2013-10-27 16:33:25 +0000
committerhubertf <hubertf@pkgsrc.org>2013-10-27 16:33:25 +0000
commit55beeebdc79a967ecb2a4422dbe3a0a5ad5d5438 (patch)
treea356c4f2a3984cf4fd07ae0e7b22be10d4008360 /emulators/qemu/patches
parent95bac226b2d1d43b7a7ae729a0b2bd316d44e48d (diff)
downloadpkgsrc-55beeebdc79a967ecb2a4422dbe3a0a5ad5d5438.tar.gz
Make this build on Mac OS X 10.7.x - the linker needs ranlink ran
(via ar), else it will fail to link. OK joerg@
Diffstat (limited to 'emulators/qemu/patches')
-rw-r--r--emulators/qemu/patches/patch-et4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/patches/patch-et b/emulators/qemu/patches/patch-et
index 1590782214d..13365128570 100644
--- a/emulators/qemu/patches/patch-et
+++ b/emulators/qemu/patches/patch-et
@@ -1,4 +1,4 @@
-$NetBSD: patch-et,v 1.11 2013/10/26 23:23:41 joerg Exp $
+$NetBSD: patch-et,v 1.12 2013/10/27 16:33:25 hubertf Exp $
--- Makefile.orig 2013-10-09 19:20:32.000000000 +0000
+++ Makefile
@@ -6,7 +6,7 @@ $NetBSD: patch-et,v 1.11 2013/10/26 23:23:41 joerg Exp $
DTC_MAKE_ARGS=-I$(SRC_PATH)/dtc VPATH=$(SRC_PATH)/dtc -C dtc V="$(V)" LIBFDT_srcdir=$(SRC_PATH)/dtc/libfdt
DTC_CFLAGS=$(CFLAGS) $(QEMU_CFLAGS)
DTC_CPPFLAGS=-I$(BUILD_DIR)/dtc -I$(SRC_PATH)/dtc -I$(SRC_PATH)/dtc/libfdt
-+ARFLAGS= -rc
++ARFLAGS= -rcs
subdir-dtc:dtc/libfdt dtc/tests
$(call quiet-command,$(MAKE) $(DTC_MAKE_ARGS) CPPFLAGS="$(DTC_CPPFLAGS)" CFLAGS="$(DTC_CFLAGS)" LDFLAGS="$(LDFLAGS)" ARFLAGS="$(ARFLAGS)" CC="$(CC)" AR="$(AR)" LD="$(LD)" $(SUBDIR_MAKEFLAGS) libfdt/libfdt.a,)