diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-02-27 18:04:08 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-02-27 18:04:08 +0000 |
commit | e52e93b676746083552aaf13a08c485417913998 (patch) | |
tree | db401f076245e86eae13381683ce840b64f4629d /net/ggsd/files | |
parent | Change MASTER_SITES and maintainer's e-mail address. (diff) |
GGSD is a Generic Graphical Server Daemon. It allows anyone to make a simple
script and then start a network server to run it.
http://devplanet.fastethernet.net/files.html
(committers note: this would be good for testing scripts that are later
used with tcp_wrappers)
PR: ports/10109
Submitted By: Dima Sivachenko <dima@Chg.RU>
Diffstat (limited to 'net/ggsd/files')
-rw-r--r-- | net/ggsd/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/ggsd/files/patch-aa b/net/ggsd/files/patch-aa new file mode 100644 index 000000000000..fa6be89f3f75 --- /dev/null +++ b/net/ggsd/files/patch-aa @@ -0,0 +1,10 @@ +--- Makefile.orig Fri Feb 12 02:22:22 1999 ++++ Makefile Sat Feb 27 12:37:20 1999 +@@ -1,5 +1,6 @@ + CC=gcc +-CFLAGS=-Wall -O -DUSE_GUI `gtk-config --cflags` -DVERSION=\"0.1\" ++CFLAGS?=-O ++CFLAGS+=-Wall -DUSE_GUI `gtk-config --cflags` -DVERSION=\"0.1\" + LIBS=`gtk-config --libs` + + all: |