From 714fdfdb40f650cff6777760903b45271afe41a5 Mon Sep 17 00:00:00 2001 From: Alejandro Pulver Date: Sat, 27 May 2006 16:37:17 +0000 Subject: - Fix typo in patch-Makefile.linux (USE_OPTIMIZE -> USE_OPTIMIZED_CFLAGS). Approved by: garga (mentor, implicitly) --- games/joequake/files/patch-Makefile.linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/joequake/files/patch-Makefile.linux b/games/joequake/files/patch-Makefile.linux index b869b5c89c7c..be4c3e029c94 100644 --- a/games/joequake/files/patch-Makefile.linux +++ b/games/joequake/files/patch-Makefile.linux @@ -15,7 +15,7 @@ +#_E := @ +LOCALBASE ?= /usr/local +X11BASE ?= /usr/X11R6 -+USE_OPTIMIZE ?= YES ++USE_OPTIMIZED_CFLAGS ?= YES -default_target: glx +ifeq ($(ARCH),i386) @@ -42,7 +42,7 @@ - -I/usr/include +CFLAGS += -DNDEBUG -DDATADIR='"$(Q1DIR)"' + -+ifeq ($(strip $(USE_OPTIMIZE)),YES) ++ifeq ($(strip $(USE_OPTIMIZED_CFLAGS)),YES) +CFLAGS += -O1 -funsigned-char -funroll-loops -fomit-frame-pointer \ + -ffast-math -fno-strength-reduce -fexpensive-optimizations +endif -- cgit v1.2.3