summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/xmlrpc-c/files/xmlrpc-c-1.16.08/0008-Fix-using-configure-s-input.-We-need-to-define-exec_.patch')
-rw-r--r--dev-libs/xmlrpc-c/files/xmlrpc-c-1.16.08/0008-Fix-using-configure-s-input.-We-need-to-define-exec_.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-libs/xmlrpc-c/files/xmlrpc-c-1.16.08/0008-Fix-using-configure-s-input.-We-need-to-define-exec_.patch b/dev-libs/xmlrpc-c/files/xmlrpc-c-1.16.08/0008-Fix-using-configure-s-input.-We-need-to-define-exec_.patch
deleted file mode 100644
index 5bd0796..0000000
--- a/dev-libs/xmlrpc-c/files/xmlrpc-c-1.16.08/0008-Fix-using-configure-s-input.-We-need-to-define-exec_.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 23c737df924e36946674ac1a9a32be2ae83d2d06 Mon Sep 17 00:00:00 2001
-From: Peter Alfredsen <loki_val@gentoo.org>
-Date: Thu, 22 Jan 2009 18:47:46 +0100
-Subject: [PATCH 08/10] Fix using configure's input. We need to define exec_prefix and prefix for that to work.
-
----
- config.mk.in | 5 ++---
- 1 files changed, 2 insertions(+), 3 deletions(-)
-
-diff --git a/config.mk.in b/config.mk.in
-index 6a3ae4b..8ba8dec 100644
---- a/config.mk.in
-+++ b/config.mk.in
-@@ -322,9 +322,8 @@ INSTALL_SCRIPT = $(INSTALL) -c -m 755
- # PREFIX is designed to be overridden at make time if the user decides
- # he doesn't like the default specified at 'configure' time.
-
--#datarootdir is the new Autoconf(2.60) name for datadir, which is still
--#accepted, but a warning is issued if datarootdir is not also used.
--
-+prefix = $(PREFIX)
-+exec_prefix = @exec_prefix@
- DATAROOT_DIR = @datarootdir@
- DATAINST_DIR = @datadir@
- LIBINST_DIR = @libdir@
---
-1.6.1
-