diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-05-27 16:37:17 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-05-27 16:37:17 +0000 |
commit | 714fdfdb40f650cff6777760903b45271afe41a5 (patch) | |
tree | 8de2e0743d71e6d8a8066b4ef08db4b64941c338 | |
parent | e500c6bc8d093fc7246fba32516af430143e54ea (diff) | |
download | ports-714fdfdb40f650cff6777760903b45271afe41a5.tar.gz ports-714fdfdb40f650cff6777760903b45271afe41a5.zip |
Notes
-rw-r--r-- | games/joequake/files/patch-Makefile.linux | 4 |
1 files changed, 2 insertions, 2 deletions
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 |