diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-25 05:07:24 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-25 05:07:24 +0000 |
commit | 0e2f3f290570741c892e151cc2c4eeaf4cbf4c2b (patch) | |
tree | 6ad926cdf3f5f5920f5e3267572a187397dfb4ef /net/staticcharge/files | |
parent | 6b55f3df83c8638b6cbdb28e86f308f80079ea41 (diff) |
Add staticcharge 0.4, a GTK client for the StaticCling dynamic DNS
service.
PR: 31528
Submitted by: Mahlon <mahlon@martini.nu>
Notes
Notes:
svn path=/head/; revision=52143
Diffstat (limited to 'net/staticcharge/files')
-rw-r--r-- | net/staticcharge/files/patch-Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/staticcharge/files/patch-Makefile.in b/net/staticcharge/files/patch-Makefile.in new file mode 100644 index 000000000000..17840e03ec28 --- /dev/null +++ b/net/staticcharge/files/patch-Makefile.in @@ -0,0 +1,20 @@ +--- Makefile.in.orig Sat Oct 27 02:31:13 2001 ++++ Makefile.in Tue Dec 25 00:02:32 2001 +@@ -8,7 +8,7 @@ + PRIVHEADERS = globals.h gtkglobals.h + GTKFLAGS = @GTK_CFLAGS@ + GTKLIBS = @GTK_LIBS@ +-CC = gcc ++CC ?= gcc + INSTALL = @INSTALL@ + PREFIX ?= /usr/X11R6 + BINARY = staticcharge +@@ -16,7 +16,7 @@ + .ifdef DEBUG + CCFLAGS += -Wall -g -DDEBUG + .else +-CCFLAGS += -Wall -O ++CCFLAGS += ${CFLAGS} -Wall + .endif + + all: ${BINARY} |