head	1.2;
access;
symbols
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	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;
locks; strict;
comment	@# @;


1.2
date	2008.04.25.23.21.09;	author pav;	state dead;
branches;
next	1.1;

1.1
date	2005.05.27.01.10.30;	author brooks;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Remove, it's ancient and newer version is included in base of all supported
  releases

Suggested by:	sam
@
text
@
$FreeBSD: ports/security/wpa_supplicant/files/patch-Makefile,v 1.1 2005/05/27 01:10:30 brooks Exp $

--- Makefile.orig
+++ Makefile
@@@@ -303,7 +303,7 @@@@
 OBJS += wpa_supplicant.o wpa.o l2_packet.o drivers.o
 
 wpa_supplicant: .config $(OBJS)
-	$(CC) -o wpa_supplicant $(OBJS) $(LIBS)
+	$(CC) ${SUPPLICANT_STATIC} -o wpa_supplicant $(OBJS) $(LIBS)
 
 eapol_test: .config $(OBJS_t)
 	$(CC) -o eapol_test $(OBJS_t) $(LIBS)
@


1.1
log
@Add a new variable WITH_STATIC_SUPPLICANT to cause wpa_supplicant to be
linked staticly.  This allows it to be used from devd at startup. [1]

Use LIB_DEPENDS instead of BUILD_DEPENDS for the libdnet depend since we
need it to run too. [2]

My changes differ from the submitted fixes.

Submitted by:	Darren Pilgrim <dmp at bitfreak dot org> [1]
		Pawel Worach <pawel dot worach at gmail dot com> [2]
@
text
@d2 1
a2 1
$FreeBSD$
@

