summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2022-07-14 21:05:13 -0700
committerSam James <sam@gentoo.org>2022-07-15 05:32:14 +0100
commitb0ff19d53846768654f33f004781072fa0f4dcfc (patch)
treea0b973231b8f4bb72e9d21e70214fb685f136f89
parentdev-db/sqlite: add 3.39.1 (diff)
downloadgentoo-b0ff19d53846768654f33f004781072fa0f4dcfc.tar.gz
gentoo-b0ff19d53846768654f33f004781072fa0f4dcfc.tar.bz2
gentoo-b0ff19d53846768654f33f004781072fa0f4dcfc.zip
dev-libs/uulib: Update patch
The default value of libdir depends upon exec_prefix. In gentoo that doesn't matter since configure uses --libdir, but the patch should be corrected regardless. Fixes: https://github.com/gentoo/gentoo/commit/62e58857f57d69293d98d6c8cb852acbd6414f98 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/26414 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-libs/uulib/files/uulib-0.5.20-libtool.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/uulib/files/uulib-0.5.20-libtool.patch b/dev-libs/uulib/files/uulib-0.5.20-libtool.patch
index 55df73c03ac8..2840176552f3 100644
--- a/dev-libs/uulib/files/uulib-0.5.20-libtool.patch
+++ b/dev-libs/uulib/files/uulib-0.5.20-libtool.patch
@@ -23,13 +23,14 @@ index 951c731..342bf56 100644
# the ranlib program
#
RANLIB = @RANLIB@
-@@ -40,9 +44,15 @@ PATCH = @PATCH@
+@@ -40,9 +44,16 @@ PATCH = @PATCH@
VDEF = -DVERSION=\"$(VERSION)\" -DPATCH=\"$(PATCH)\"
#
+top_builddir = @top_builddir@
+
+prefix = @prefix@
++exec_prefix = @exec_prefix@
+libdir = @libdir@
+includedir = @includedir@
+
@@ -40,7 +41,7 @@ index 951c731..342bf56 100644
#
# make stuff
-@@ -51,11 +61,11 @@ UULIB_OBJ = ${UULIB_SOURCE:.c=.o}
+@@ -51,11 +62,11 @@ UULIB_OBJ = ${UULIB_SOURCE:.c=.o}
.SUFFIXES:
.SUFFIXES: .c .o
@@ -54,7 +55,7 @@ index 951c731..342bf56 100644
distclean: clean
rm -f config.status config.cache config.log Makefile config.h
-@@ -67,22 +77,25 @@ new: clean
+@@ -67,22 +78,25 @@ new: clean
rm -f libuu.a
$(MAKE) all