Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 496654 | Differences between
and this patch

Collapse All | Expand All

(-)work.orig/src/osd/sdl/sdl.mak (+2 lines)
Lines 855-860 Link Here
855
BASELIBS += -lX11
855
BASELIBS += -lX11
856
endif
856
endif
857
857
858
ifneq ($(NO_DEBUGGER),1)
858
# The newer debugger uses QT
859
# The newer debugger uses QT
859
ifndef NO_USE_QTDEBUG
860
ifndef NO_USE_QTDEBUG
860
QTCFLAGS := $(shell pkg-config --cflags QtGui)
861
QTCFLAGS := $(shell pkg-config --cflags QtGui)
Lines 863-868 Link Here
863
INCPATH += $(QTCFLAGS)
864
INCPATH += $(QTCFLAGS)
864
LIBS += $(QTLIBS)
865
LIBS += $(QTLIBS)
865
endif
866
endif
867
endif # NO_DEBUGGER
866
868
867
# some systems still put important things in a different prefix
869
# some systems still put important things in a different prefix
868
LIBS += -L/usr/X11/lib -L/usr/X11R6/lib -L/usr/openwin/lib
870
LIBS += -L/usr/X11/lib -L/usr/X11R6/lib -L/usr/openwin/lib

Return to bug 496654