1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Add the patch from the previous commit.

PR:		36920
This commit is contained in:
Neil Blakey-Milner 2002-05-08 19:25:07 +00:00
parent 16c582957e
commit e6cf66fe47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58730

View File

@ -0,0 +1,13 @@
--- authlib/configure.orig Mon Apr 8 23:36:04 2002
+++ authlib/configure Mon Apr 8 23:35:24 2002
@@ -554,6 +554,10 @@
> $cache_file
fi
+CFLAGS="$CFLAGS -I/usr/local/include"
+CPPFLAGS="$CPPFLAGS -I/usr/local/include"
+LDFLAGS="-L/usr/local/lib $LDFLAGS"
+
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'