From 15c996b4715fcf00fe033a665de8b6ea79d25544 Mon Sep 17 00:00:00 2001 From: Chris Want Date: Sat, 16 Aug 2003 20:16:40 +0000 Subject: [PATCH] Making Hans' mods to sdl in nan_definition.mk work under irix. --- source/nan_definitions.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk index 55ca0b99d49..40c7e2d78f2 100644 --- a/source/nan_definitions.mk +++ b/source/nan_definitions.mk @@ -227,10 +227,10 @@ all debug:: export NAN_NSPR ?= $(LCGDIR)/nspr export NAN_FREETYPE ?= /usr/freeware export NAN_GETTEXT ?= /usr/freeware - export NAN_SDL ?= $(shell sdl-config --prefix) - export NAN_SDLLIBS ?= $(shell sdl-config --libs) - export NAN_SDLCFLAGS ?= $(shell sdl-config --cflags) - + export NAN_SDL ?= $(LCGDIR)/sdl + export NAN_SDLLIBS ?= -L$(NAN_SDL)/lib -lSDL + export NAN_SDLCFLAGS ?= -I$(NAN_SDL)/include/SDL + # Uncomment the following line to use Mozilla inplace of netscape # CPPFLAGS +=-DMOZ_NOT_NET # Location of MOZILLA/Netscape header files...