Commit 09b36fc0 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

xserver_xorg-server: fix _MAKE typo



The variable should be XSERVER_XORG_SERVER_MAKE, not .._XSERVER_MAKE.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 8e294304
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@
	libart, libfuse, libgpg-error, libidn, liblockfile, links,
	lmbench, lrzsz, make, module-init-tools, nbd, ncurses, netperf,
	ntfsprogs, openssl, php, qt, quagga, sqlite, sdl, sdl_mixer,
	sdl_ttf, squashfs, tn5250, usbutils, xkeyboard-config
	sdl_ttf, squashfs, tn5250, usbutils, xkeyboard-config,
	xserver_xorg-server

	Removed packages: modutils, portage, rxvt

+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
XSERVER_XORG_SERVER_VERSION = 1.7.5
XSERVER_XORG_SERVER_SOURCE = xorg-server-$(XSERVER_XORG_SERVER_VERSION).tar.bz2
XSERVER_XORG_SERVER_SITE = http://xorg.freedesktop.org/releases/individual/xserver
XSERVER_XORG_XSERVER_MAKE = $(MAKE1) # make install fails with parallel make
XSERVER_XORG_SERVER_MAKE = $(MAKE1) # make install fails with parallel make
XSERVER_XORG_SERVER_AUTORECONF = NO
XSERVER_XORG_SERVER_LIBTOOL_PATCH = NO
XSERVER_XORG_SERVER_INSTALL_STAGING = YES