openbsd-ports/net/thcrut/patches/patch-src_Makefile_in
mjc 5e5f75b247 cope with new libnet port
ok pvalchev@ msf@
2005-05-24 00:13:31 +00:00

15 lines
680 B
Plaintext

$OpenBSD: patch-src_Makefile_in,v 1.1 2005/05/24 00:13:31 mjc Exp $
--- src/Makefile.in.orig Sun May 22 13:33:13 2005
+++ src/Makefile.in Sun May 22 13:33:25 2005
@@ -67,8 +67,8 @@ bin_PROGRAMS = thcrut
thcrut_SOURCES = arpg.c dhcp.c network_raw.c schedule.c dcd_icmp.c macvendor.c range.c thcrut.c
thcrutdir = $(sysconfdir)
thcrut_DATA = manuf
-INCLUDES = @INCLUDES@ -I../include -I.. `libnet-config --defines`
-AM_CFLAGS = `libnet-config --cflags`
+INCLUDES = @INCLUDES@ -I../include -I.. `libnet-config-1.0 --defines`
+AM_CFLAGS = `libnet-config-1.0 --cflags`
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES =