Date: Sat, 22 Feb 2020 17:59:42 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526844 - head/security/nmap/files Message-ID: <202002221759.01MHxg0e032475@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002221759.01MHxg0e032475>