mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 13:31:08 -04:00
14 lines
703 B
Plaintext
14 lines
703 B
Plaintext
$NetBSD: patch-support_sdbinutils_libiberty_Makefile.in,v 1.2 2015/08/22 17:06:16 bouyer Exp $
|
|
|
|
--- support/sdbinutils/libiberty/Makefile.in.orig 2015-03-26 14:11:08.000000000 +0100
|
|
+++ support/sdbinutils/libiberty/Makefile.in 2015-08-22 13:14:04.000000000 +0200
|
|
@@ -451,7 +451,7 @@
|
|
# multilib-specific flags, it's overridden by FLAGS_TO_PASS from the
|
|
# default multilib, so we have to take CFLAGS into account as well,
|
|
# since it will be passed the multilib flags.
|
|
-MULTIOSDIR = `$(CC) $(CFLAGS) -print-multi-os-directory`
|
|
+MULTIOSDIR = "."
|
|
install_to_libdir: all
|
|
# ${mkinstalldirs} $(DESTDIR)$(libdir)/$(MULTIOSDIR)
|
|
# $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)n
|