aboutsummaryrefslogtreecommitdiff
path: root/games/q2pro/files/patch-build__detect.mk
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-12-26 04:36:35 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-12-26 04:36:35 +0000
commitfe8b844e3b11557748b54dc6321e3d2223343266 (patch)
treecbf77a7c11404a6ab2ec1353ed782090679a68f5 /games/q2pro/files/patch-build__detect.mk
parentae9d69295deae52c39f2ee099ccc41947823bc3d (diff)
downloadports-fe8b844e3b11557748b54dc6321e3d2223343266.tar.gz
ports-fe8b844e3b11557748b54dc6321e3d2223343266.zip
Notes
Diffstat (limited to 'games/q2pro/files/patch-build__detect.mk')
-rw-r--r--games/q2pro/files/patch-build__detect.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/q2pro/files/patch-build__detect.mk b/games/q2pro/files/patch-build__detect.mk
new file mode 100644
index 000000000000..bcb2a442c9fe
--- /dev/null
+++ b/games/q2pro/files/patch-build__detect.mk
@@ -0,0 +1,11 @@
+--- ./build/detect.mk.orig Mon Dec 25 17:07:02 2006
++++ ./build/detect.mk Mon Dec 25 17:07:02 2006
+@@ -21,7 +21,7 @@
+ ifeq (linux,$(TARGETOS))
+ EXEEXT = #blank
+ SHLIBEXT = .so
+-OUTDIRSUFFIX = i386
++OUTDIRSUFFIX = #blank
+ else
+ $(error Unknown target OS)
+ endif