head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2009.05.13.18.14.16;	author wxs;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- Fix build.
- Use $Config{archname} from perl for PLIST_SUB.

PR:		ports/133166
Submitted by:	Rodrigo OSORIO (ros) <rodrigo@@bebik.net> (maintainer)
@
text
@--- wml_backend/p3_eperl/configure	2008-04-16 20:36:43.000000000 +0200
+++ wml_backend/p3_eperl/configure	2009-03-15 17:40:27.000000000 +0100
@@@@ -1876,7 +1876,7 @@@@
 #define HAVE_PERL_DYNALOADER 1
 _ACEOF
 
-        if $perlprog -e 'exit(! ($] > 5.009))' ; then
+        if $perlprog -e 'exit(! ($] >= 5.008009))' ; then
             perl_dla=
         else
             perl_dla="$perl_archlib/auto/DynaLoader/DynaLoader.a"
@
