head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.01.31.14.09.54;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2005.01.11.11.01.21;	author niels;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Patch net/libnet* to versioned libraries and header files, so they can
  coexist

PR:		ports/103861
Submitted by:	alepulver
Tested by:	pointyhat
With hat:	portmgr
@
text
@--- src/Makefile.orig	Thu Sep 30 07:29:05 2004
+++ src/Makefile	Fri Sep 29 14:32:21 2006
@@@@ -4,8 +4,8 @@@@
 HDRS=$(SRCS:.c=.h) config.h settings.h
 OBJS=$(SRCS:.c=.o)
 
-CFLAGS=$(MYCFLAGS)
-LIBS=-lscan -luni -lparse -lpcap -lnet $(LDADD)
+CFLAGS+=$(MYCFLAGS)
+LIBS=-lscan -luni -lparse -lpcap `$(LIBNET_CONFIG) --libs` $(LDADD)
 LIBDIRS=-L./unilib -L./scan_progs -L./parse -L../libs/fake/lib
 TARGETNAME=unicornscan
 
@


1.1
log
@Applied patches to work on 4.x, they should have been included in
the initial commit.

Approved by:	nectar (mentor, implicit)
@
text
@d1 3
a3 3
--- src/Makefile.orig	Mon Dec 13 22:24:21 2004
+++ src/Makefile	Mon Dec 13 22:24:38 2004
@@@@ -4,7 +4,7 @@@@
d8 1
d10 1
a10 1
 LIBS=-lscan -luni -lparse -lpcap -lnet $(LDADD)
d13 1
@

