freebsd-ports/net/ipv6socket_scrub/files/patch-ab
Munechika SUMIKAWA 37c1ec7bae The ipv6socket_scrub utility searches recursively through
the  current directory  (the  default) or any specified
directory or file to find IPv4 socket code that may be a
candidate for modification when porting to the IPv6 socket API.
The utility is designed to run from a Solaris machine.

WWW: http://www.sun.com/solaris/ipv6

PR:		ports/36208
Submitted by:	Janos Mohacsi <janos.mohacsi@dante.org.uk>
2002-04-22 13:14:50 +00:00

10 lines
173 B
Plaintext

--- Makefile.orig Wed Oct 13 18:01:46 1999
+++ Makefile Sun Nov 28 23:26:42 1999
@@ -1,5 +1,5 @@
CC = cc
-CFLAGS = -xO3
+CFLAGS = -O3
LDFLAGS =
PROG = ipv6socket_scrub