pkgsrc/net/inadyn/patches/patch-aa
dmcmahill ab11ff84c8 Initial import of inadyn-1.96.2.
INADYN is a dynamic DNS client. That is, it maintains the IP address of a
host name. It periodically checks whether the IP address stored by the DNS
server is the real current address of the machine that is running INADYN.

   Features:

     * supports the following dynamic DNS services:
     * dyndns.org (in all three flavors: dynamic, static, custom)
     * freedns.afraid.org
     * zoneedit.com
     * no-ip.com
     * maintains up multiple aliases of the same IP address
     * runs as a service (Windows 2000/XP, Linux)
     * or runs as a console application
     * updates the correct IP address even behind a NAT router.
     * supports access via http proxy
     * does not perform unnecessary updates.
     * has 'install and forget it feature'. That is, after install one can
       completely forget about it. No maintenance required. (as long as no
       bugs are found;-)
2008-06-22 04:52:39 +00:00

13 lines
600 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2008/06/22 04:52:39 dmcmahill Exp $
--- makefile.orig 2005-09-09 23:16:50.000000000 +0000
+++ makefile 2008-06-19 23:47:05.000000000 +0000
@@ -34,6 +34,6 @@
OBJ=$(COMMON_OBJ) $(CFG_OBJ)
-COMPILE=gcc -Wall -pedantic -c $(ARCH_SPECIFIC_CFLAGS) $(CFLAGS) -o "$(OUTDIR)/$(*F).o" $(CFG_INC) "$<"
-LINK=gcc $(CFLAGS) -o "$(OUTFILE)" $(OBJ) $(CFG_LIB) $(ARCH_SPECIFIC_LIBS)
+COMPILE=$(CC) -c $(ARCH_SPECIFIC_CFLAGS) $(CFLAGS) -o "$(OUTDIR)/$(*F).o" $(CFG_INC) "$<"
+LINK=$(CC) $(CFLAGS) -o "$(OUTFILE)" $(OBJ) $(CFG_LIB) $(ARCH_SPECIFIC_LIBS) $(LIBS)
# Pattern rules