diff options
author | billf <billf@FreeBSD.org> | 1999-02-28 02:04:08 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-02-28 02:04:08 +0800 |
commit | 6aec4d393d9737364bf6d3ddd0a501810de27d56 (patch) | |
tree | 4be682dbafdc3fa67e8abe43d2f0ec97b3830ebe /net/ggsd/files | |
parent | f43e39cd503ccd9a27e0fa0eea924ea0482e24e4 (diff) | |
download | freebsd-ports-graphics-6aec4d393d9737364bf6d3ddd0a501810de27d56.tar.gz freebsd-ports-graphics-6aec4d393d9737364bf6d3ddd0a501810de27d56.tar.zst freebsd-ports-graphics-6aec4d393d9737364bf6d3ddd0a501810de27d56.zip |
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 00000000000..fa6be89f3f7 --- /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: |