summaryrefslogtreecommitdiff
path: root/games/xqf/files/patch-aa
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-04-03 02:09:41 +0000
committerSteve Price <steve@FreeBSD.org>1999-04-03 02:09:41 +0000
commita2c3221829ea12b43bcef4b4def7cb89d1bc47f3 (patch)
tree223154cd977ef5f9d7093d9e445c87a2583344ad /games/xqf/files/patch-aa
parentActivate the pike port. (diff)
Import of xqf version 0.8.7.2.
A program for finding quake servers. PR: 9975 Submitted by: Stephen Farrell <sfarrell@healthquiz.com>
Diffstat (limited to 'games/xqf/files/patch-aa')
-rw-r--r--games/xqf/files/patch-aa21
1 files changed, 21 insertions, 0 deletions
diff --git a/games/xqf/files/patch-aa b/games/xqf/files/patch-aa
new file mode 100644
index 000000000000..3c7c8e909952
--- /dev/null
+++ b/games/xqf/files/patch-aa
@@ -0,0 +1,21 @@
+--- Makefile.orig Sun Jan 17 07:40:27 1999
++++ Makefile Fri Apr 2 11:25:01 1999
+@@ -1,7 +1,7 @@
+ CC = gcc
+
+-CFLAGS = -O2 -g -Wall `gtk-config --cflags` # -DDEBUG
+-LDFLAGS = `gtk-config --libs`
++CFLAGS = -O2 -g -Wall `gtk10-config --cflags` # -DDEBUG
++LDFLAGS = `gtk10-config --libs`
+
+ INSTALL_ROOT = /usr/local
+
+@@ -26,7 +26,7 @@
+ $(CC) $(CFLAGS) $(CPPFLAGS) -MM $$i; done) > Makefile
+
+ install:
+- install -s -m 755 -g root -o root $(TARGET) $(INSTALL_ROOT)/bin
++ install -c -s -m 755 -g wheel -o root $(TARGET) $(INSTALL_ROOT)/bin
+
+ clean:
+ rm -f *.[oasi] *~ core $(TARGET) Makefile.old