PERFORCE change 125271 for review

Andrew Pantyukhin sat at FreeBSD.org
Fri Aug 17 08:39:46 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=125271

Change 125271 by sat at sat_amilo on 2007/08/17 15:38:53

	- Let perl_modbuild be more significant than perl_configure when
	  looking for wanted perl version

Affected files ...

.. //depot/projects/soc2007/gabor_perlmk/Mk/bsd.perl.mk#24 edit

Differences ...

==== //depot/projects/soc2007/gabor_perlmk/Mk/bsd.perl.mk#24 (text+ko) ====

@@ -108,10 +108,10 @@
 USE_PERL5_STRING=	${USE_PERL5_BUILD}
 .elifdef USE_PERL5_RUN
 USE_PERL5_STRING=	${USE_PERL5_RUN}
+.elifdef PERL_MODBUILD
+USE_PERL5_STRING=	${PERL_MODBUILD}
 .elifdef PERL_CONFIGURE
 USE_PERL5_STRING=	${PERL_CONFIGURE}
-.elifdef PERL_MODBUILD
-USE_PERL5_STRING=	${PERL_MODBUILD}
 .else
 USE_PERL5_STRING=	yes
 .endif


More information about the p4-projects mailing list