include ${PREFIX}/include/openssl due to openssl upgrade.

This commit is contained in:
Dirk Froemberg 1999-06-02 07:24:33 +00:00
parent 12b97343a0
commit 6aff0c1f7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19176
2 changed files with 4 additions and 3 deletions

View file

@ -3,7 +3,7 @@
# Date created: 12 December 1998
# Whom: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
#
# $Id: Makefile,v 1.5 1999/05/06 14:09:05 flathill Exp $
# $Id: Makefile,v 1.6 1999/05/27 12:33:09 kris Exp $
DISTNAME= curl-5.9
CATEGORIES= net www
@ -20,7 +20,8 @@ BUILD_DEPENDS= ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl \
.endif
.if defined(USE_SSL)
CONFIGURE_ENV+= CPPFLAGS='-I${PREFIX}/include' LDFLAGS='-L${PREFIX}/lib'
CONFIGURE_ENV+= CPPFLAGS='-I${PREFIX}/include -I${PREFIX}/include/openssl' \
LDFLAGS='-L${PREFIX}/lib'
.endif
GNU_CONFIGURE= yes

View file

@ -14,7 +14,7 @@
CC=@CC@
INSTALL=@INSTALL@
! CFLAGS=@CFLAGS@ -Wall -DVERSION=\"$(VERSION)\" -I/usr/local/include
! CFLAGS=@CFLAGS@ -Wall -DVERSION=\"$(VERSION)\" -I/usr/local/include -I/usr/local/include/openssl
! LIBS=@LIBS@ -L/usr/local/lib -lssl -lcrypto $(EXTRA_SSL_LIBS) -lutil
all: slush slushd