components/libpcap/patches/configure.in.patch
changeset 6942 d4c5b8626f38
parent 6941 be16d495c39b
child 6943 88b49026f0cc
--- a/components/libpcap/patches/configure.in.patch	Tue Sep 20 22:58:42 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-In Solaris 12, we will be normalizing man pages. See PSARC 2015/428.
-This means that what was section 4, is now section 5 and what was in
-section 5 is now in section 7. But currently only for Solaris 12.
-
-This patch should eventually be sent upstream, but for that to happen
-it will need to be reworked into a form that will be acceptable for
-all versions of Solaris. Until then, we are just using this Solaris 12
-specific patch.
-
---- libpcap-1.7.4/configure.in.orig	2015-10-27 15:28:28.112790014 -0700
-+++ libpcap-1.7.4/configure.in	2015-10-27 15:29:50.259610071 -0700
-@@ -1310,11 +1310,6 @@
- 	AC_DEFINE(HAVE_SOLARIS,1,[On solaris])
- 
- 	DYEXT="so"
--	#
--	# Use System V conventions for man pages.
--	#
--	MAN_FILE_FORMATS=4
--	MAN_MISC_INFO=5
- 	;;
- esac
-