aboutsummaryrefslogtreecommitdiff
path: root/games/joequake
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-05-27 16:37:17 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-05-27 16:37:17 +0000
commit714fdfdb40f650cff6777760903b45271afe41a5 (patch)
tree8de2e0743d71e6d8a8066b4ef08db4b64941c338 /games/joequake
parente500c6bc8d093fc7246fba32516af430143e54ea (diff)
downloadports-714fdfdb40f650cff6777760903b45271afe41a5.tar.gz
ports-714fdfdb40f650cff6777760903b45271afe41a5.zip
- Fix typo in patch-Makefile.linux (USE_OPTIMIZE -> USE_OPTIMIZED_CFLAGS).
Approved by: garga (mentor, implicitly)
Notes
Notes: svn path=/head/; revision=163626
Diffstat (limited to 'games/joequake')
-rw-r--r--games/joequake/files/patch-Makefile.linux4
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