diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-27 06:22:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-27 06:22:37 +0000 |
commit | 154451a0a3d7205ee1fc4a2db2b9b38fbba83965 (patch) | |
tree | f0777ef70c5e94c0dbee3a12af2211312eca3702 /x11 | |
parent | 3c08fd3ab98088452ecb207e4cff35d12dcaec3f (diff) | |
download | aports-154451a0a3d7205ee1fc4a2db2b9b38fbba83965.tar.bz2 aports-154451a0a3d7205ee1fc4a2db2b9b38fbba83965.tar.xz |
x11/xorg-server: buildfix - run autotools
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xorg-server/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
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 |