diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-06-02 07:24:33 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-06-02 07:24:33 +0000 |
commit | 6aff0c1f7baa639d1cc38cd32056ee911059422e (patch) | |
tree | 481500c402d3dad79e62598cca899918250c8457 /security | |
parent | include ${PREFIX}/include/openssl due to openssl upgrade. (diff) |
include ${PREFIX}/include/openssl due to openssl upgrade.
Notes
Notes:
svn path=/head/; revision=19176
Diffstat (limited to 'security')
-rw-r--r-- | security/slush/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/slush/files/patch-aa b/security/slush/files/patch-aa index 61c6f4332ea2..792cb9a4f523 100644 --- a/security/slush/files/patch-aa +++ b/security/slush/files/patch-aa @@ -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 |