head	1.2;
access;
symbols
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.07.08.00.26.55;	author lx;	state dead;
branches;
next	1.1;

1.1
date	2006.09.07.20.04.19;	author ehaupt;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Updating to 0.15.
@
text
@--- configure.orig	Tue Sep  5 13:14:03 2006
+++ configure	Tue Sep  5 13:14:17 2006
@@@@ -3738,8 +3738,8 @@@@
 if test "$found_openssl" = "no" && test -x "$PKG_CONFIG" && $PKG_CONFIG --exists openssl; then
   found_openssl=yes
   pkgcfg_openssl=yes
-  OPENSSL_LIBLINE=`$PKG_CONFIG --libs openssl`
-  OPENSSL_INCLINE=`$PKG_CONFIG --variable=includedir openssl`
+  OPENSSL_LIBLINE=-L`$PKG_CONFIG --libs openssl`
+  OPENSSL_INCLINE=-I`$PKG_CONFIG --variable=includedir openssl`
   echo "$as_me:$LINENO: result: Using paths from pkg-config" >&5
 echo "${ECHO_T}Using paths from pkg-config" >&6
 fi
@


1.1
log
@- Provide a patch to fix a bug in the configure script that caused the include
  and library directory flags to gcc to be wrong
- Bump PORTREVISION

PR:		102920
Submitted by:	David Thiel <lx@@redundancy.redundancy.org> (maintainer)
@
text
@@

