summaryrefslogtreecommitdiff
path: root/net-mgmt/sendip/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/sendip/files/patch-Makefile')
-rw-r--r--net-mgmt/sendip/files/patch-Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-mgmt/sendip/files/patch-Makefile b/net-mgmt/sendip/files/patch-Makefile
deleted file mode 100644
index 9f54f3dfac4f..000000000000
--- a/net-mgmt/sendip/files/patch-Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
---- Makefile.orig Sun Feb 24 04:37:47 2002
-+++ Makefile Wed Sep 4 19:40:15 2002
-@@ -8,15 +8,16 @@
- #For Solaris, you may need
- #INSTALL=/usr/ucb/install
-
--CFLAGS= -fPIC -pipe -Wall -Wpointer-arith -Wwrite-strings \
-+CFLAGS+= -fPIC -fsigned-char -Wall -Wpointer-arith -Wwrite-strings \
- -Wstrict-prototypes -Wnested-externs -Winline -Werror -g \
-- -DSENDIP_LIBS=\"$(LIBDIR)\"
-+ -DSENDIP_LIBS=\"$(LIBDIR)\" -DHAVE_STRING_H=1
- #-Wcast-align causes problems on solaris, but not serious ones
- LDFLAGS= -g -rdynamic -lm
--LDFLAGS_SOLARIS= -g -lsocket -lnsl -lm
-+#LDFLAGS_SOLARIS= -g -lsocket -lnsl -lm
-+LDFLAGS_SOLARIS= -g -lsocket -lnsl -lm -ldl
- LDFLAGS_LINUX= -g -rdynamic -ldl -lm
- LIBCFLAGS= -shared
--CC= gcc
-+CC?= cc
-
- PROGS= sendip
- PROTOS= ipv4.so ipv6.so icmp.so tcp.so udp.so rip.so bgp.so ntp.so #dns.so