You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/uade/files/uade-2.13-configure.patch

25 lines
620 B

--- uade-2.13/configure 2009-10-29 22:01:12.000000000 +0100
+++ uade-2.13-r1/configure 2020-06-30 20:03:45.237913031 +0200
@@ -342,8 +342,11 @@
if test -z "$prefix"; then
prefix="/usr/local"
fi
+ if test -z "$libdir" ; then
+ libdir="$prefix/lib"
+ fi
uadedatadir="$prefix/share/uade2"
- uadelibdir="$prefix/lib/uade2"
+ uadelibdir="$libdir/uade2"
if test -z "$bindir"; then
bindir="$prefix/bin"
fi
@@ -439,7 +442,7 @@
fi
fi
-pkgconfigdir="$prefix/lib/pkgconfig"
+pkgconfigdir="$libdir/pkgconfig"
rm -f uade.pc
if test -n "$PKG_CONFIG" ; then
installuadepcrule=""