diff options
author | steve <steve@FreeBSD.org> | 1999-04-03 10:09:41 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-04-03 10:09:41 +0800 |
commit | 26780352271b938bd74cbeb3f19e100c99664516 (patch) | |
tree | f6d9b7b9946d1571027999dc463b89e818d8ce3c /games/xqf/files | |
parent | 651d8b0473a1e86e8e32da28fa8e243eea15b465 (diff) | |
download | freebsd-ports-gnome-26780352271b938bd74cbeb3f19e100c99664516.tar.gz freebsd-ports-gnome-26780352271b938bd74cbeb3f19e100c99664516.tar.zst freebsd-ports-gnome-26780352271b938bd74cbeb3f19e100c99664516.zip |
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')
-rw-r--r-- | games/xqf/files/patch-aa | 21 |
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 |