1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net/freeradius2/files/patch-Make.inc.in
Sergey Matveychuk eccf0f0b1c - Update to 1.1.1
This release contains a number of improvements over previous
releases. We recommend that everyone using earlier versions of the
server upgrade to obtain the bug fixes and feates that this
version supplies. It's new features include:
   o Updated dictionaries (as always),
   o Digest authentication updates,
   o Net-SNMP compatibility fixes,
   o Bug fixes for multiple platforms (64-bit architectures, *BSD),
   o Security fixes for EAP-MSCHAPv2,
   o Miscellaneous other fixes

PR:		ports/95033
Submitted by:	Ivan Lago <ivan.lago@ifom-ieo-campus.it>
2006-03-28 20:30:51 +00:00

12 lines
318 B
PHP

--- Make.inc.in.orig Mon Mar 27 15:03:38 2006
+++ Make.inc.in Mon Mar 27 15:03:55 2006
@@ -25,7 +25,7 @@
CC = @CC@
RANLIB = @RANLIB@
INCLUDE =
-CFLAGS = $(INCLUDE) @CFLAGS@ @LFS_CFLAGS@
+CFLAGS = $(INCLUDE) @CFLAGS@ @CPPFLAGS@ @LFS_CFLAGS@
CPPFLAGS = @CPPFLAGS@
LIBPREFIX = @LIBPREFIX@
EXEEXT = @EXEEXT@