mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
522 B
Diff
23 lines
522 B
Diff
--- autogen.sh.orig 2016-04-07 02:29:15.000000000 -0500
|
|
+++ autogen.sh 2026-03-20 22:46:01.000000000 -0500
|
|
@@ -15,12 +15,15 @@
|
|
chmod 755 ${i}
|
|
done
|
|
|
|
-libtoolize --force --copy
|
|
-aclocal
|
|
-autoheader
|
|
+touch config.rpath
|
|
+
|
|
+prefix=$(dirname $(dirname $(command -v autopoint)))
|
|
+glibtoolize --force --copy
|
|
+aclocal --force -I"$prefix/share/gettext/m4"
|
|
+autoheader --force
|
|
automake --verbose --copy --force --add-missing
|
|
intltoolize --force --copy
|
|
-autoconf
|
|
+autoconf --force
|
|
|
|
# For the Debian build
|
|
test -d debian && {
|