mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7bedeea431
PR: ports/20376 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU> Approved by: Scot W. Hetzel <hetzels@westbend.net> (maintainer)
15 lines
480 B
Plaintext
15 lines
480 B
Plaintext
--- configure.in.orig Thu Aug 3 14:34:08 2000
|
|
+++ configure.in Thu Aug 3 14:39:24 2000
|
|
@@ -66,8 +66,9 @@
|
|
dnl check for -R, etc. switch
|
|
CMU_GUESS_RUNPATH_SWITCH
|
|
dnl let's just link against local. otherwise we never find anything useful.
|
|
-CPPFLAGS="-I/usr/local/include ${CPPFLAGS}"
|
|
-CMU_ADD_LIBPATH("/usr/local/lib")
|
|
+CPPFLAGS="-I${OPENSSLINC} -I${OPENSSLINC}/openssl ${CPPFLAGS}"
|
|
+CMU_ADD_LIBPATH("${LOCALBASE}/lib")
|
|
+CMU_ADD_LIBPATH("${OPENSSLLIB}")
|
|
|
|
AM_DISABLE_STATIC
|
|
|