From 154451a0a3d7205ee1fc4a2db2b9b38fbba83965 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 27 Jul 2009 06:22:37 +0000 Subject: x11/xorg-server: buildfix - run autotools --- x11/xorg-server/APKBUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'x11/xorg-server') diff --git a/x11/xorg-server/APKBUILD b/x11/xorg-server/APKBUILD index ce70af60b1..c6bb4e9546 100644 --- a/x11/xorg-server/APKBUILD +++ b/x11/xorg-server/APKBUILD @@ -47,6 +47,10 @@ makedepends=" scrnsaverproto xineramaproto libxinerama-dev + libtool + automake + autoconf + util-macros " # hal>=0.5.11 xcursor-themes xkeyboard-config>=1.3 # xorg-server-utils xorg-utils xorg-fonts-misc xbitmaps libdrm>=2.3.1 @@ -69,6 +73,7 @@ build () { # Fix dbus config path sed -i -e 's/\$(sysconfdir)/\/etc/' config/Makefile.* || return 1 + aclocal && autoconf && automake && libtoolize --force || return 1 # xorg modules does not work with the -z now and it seems like we # cannot pass over the linker flag to .so files. so we tweak the -- cgit v1.2.3