svn commit: r526844 - head/security/nmap/files

Greg Lewis glewis at FreeBSD.org
Sat Feb 22 17:59:43 UTC 2020


Author: glewis
Date: Sat Feb 22 17:59:42 2020
New Revision: 526844
URL: https://svnweb.freebsd.org/changeset/ports/526844

Log:
  Force the bundled libpcap headers to be used
  
  This fixes the build when the separate libpcap port is installed
  
  PR:		243108
  Approved by:	maintainer timeout

Added:
  head/security/nmap/files/patch-libpcap_Makefile.in   (contents, props changed)

Added: head/security/nmap/files/patch-libpcap_Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/nmap/files/patch-libpcap_Makefile.in	Sat Feb 22 17:59:42 2020	(r526844)
@@ -0,0 +1,11 @@
+--- libpcap/Makefile.in.orig	2019-03-29 20:24:48.000000000 -0700
++++ libpcap/Makefile.in	2020-01-04 21:25:56.152375000 -0800
+@@ -69,7 +69,7 @@
+ EXTRA_NETWORK_LIBS=@EXTRA_NETWORK_LIBS@
+ 
+ # Standard CFLAGS for building members of a shared library
+-FULL_CFLAGS = $(CCOPT) $(SHLIB_CCOPT) $(INCLS) $(DEFS) $(CFLAGS)
++FULL_CFLAGS = -I. $(CCOPT) $(SHLIB_CCOPT) $(INCLS) $(DEFS) $(CFLAGS)
+ 
+ INSTALL = @INSTALL@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@


More information about the svn-ports-head mailing list