diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-05-28 00:37:17 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-05-28 00:37:17 +0800 |
commit | eaa99d079b2a3a0bd640e733c9e0f7751e11273e (patch) | |
tree | b0723a7f99a7496b0681ecc2084ed4b5422dbdb4 /games | |
parent | 5184b3d6f6dbb40e03fd00539f1963858075fde1 (diff) | |
download | freebsd-ports-gnome-eaa99d079b2a3a0bd640e733c9e0f7751e11273e.tar.gz freebsd-ports-gnome-eaa99d079b2a3a0bd640e733c9e0f7751e11273e.tar.zst freebsd-ports-gnome-eaa99d079b2a3a0bd640e733c9e0f7751e11273e.zip |
- Fix typo in patch-Makefile.linux (USE_OPTIMIZE -> USE_OPTIMIZED_CFLAGS).
Approved by: garga (mentor, implicitly)
Diffstat (limited to 'games')
-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 |