1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/net/ggsd/files/patch-aa
Bill Fumerola e52e93b676 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>
1999-02-27 18:04:08 +00:00

11 lines
283 B
Plaintext

--- 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: