dev-python/agate: Bump to 1.13.0
[gentoo/gentoo.git] / games-arcade / amphetamine / files / amphetamine-0.8.10-no-lxt.patch
blob1e654dc89203db522909f12a61e86a360a7b4c29
1 description: don't link against Xt
2 Index: amphetamine-0.8.10/Makefile
3 ===================================================================
4 --- amphetamine-0.8.10.orig/Makefile 2006-11-08 11:05:57.000000000 +0100
5 +++ amphetamine-0.8.10/Makefile 2006-11-08 11:06:01.000000000 +0100
6 @@ -69,7 +69,7 @@
7 LOADLIBES := -lm $(SDL_LIBS)
9 ifeq ($(USE_LIB_XPM),TRUE)
10 - LOADLIBES := $(LOADLIBES) -lXpm -lXt
11 + LOADLIBES := $(LOADLIBES) -lXpm
12 endif
14 LDFLAGS = -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib