diff options
author | markd <markd@pkgsrc.org> | 2005-01-04 19:51:11 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-01-04 19:51:11 +0000 |
commit | 671c9550b52fdbad90181012c5591959656a2d6e (patch) | |
tree | c5a67943e17bd1f0e709f91c1efecb712208f48d /editors/lyx-qt/patches | |
parent | 3384d0c47d1fc7918e0c8b9da07cae365bab55de (diff) | |
download | pkgsrc-671c9550b52fdbad90181012c5591959656a2d6e.tar.gz |
When configuring reLyX use the value of PERL that is passed in rather
than trying to work it out again (badly). Fixes the build problems
seen in the bulk builds.
OK'ed by maintainer.
Diffstat (limited to 'editors/lyx-qt/patches')
-rw-r--r-- | editors/lyx-qt/patches/patch-ai | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/editors/lyx-qt/patches/patch-ai b/editors/lyx-qt/patches/patch-ai new file mode 100644 index 00000000000..6bcac02c089 --- /dev/null +++ b/editors/lyx-qt/patches/patch-ai @@ -0,0 +1,42 @@ +$NetBSD: patch-ai,v 1.1 2005/01/04 19:51:11 markd Exp $ + +--- lib/reLyX/configure.orig 2004-10-07 03:43:23.000000000 +1300 ++++ lib/reLyX/configure 2005-01-05 02:10:36.000000000 +1300 +@@ -1724,37 +1724,6 @@ + PATH_IFS=':' + ;; + esac +-for ac_prog in perl perl5 perl5.6.1 perl5.6.0 perl5.005 perl5.004 perl5.003 perl5.002 ; do +-# Extract the first word of "$ac_prog", so it can be a program name with +-# args. +- set dummy $ac_prog ; ac_word=$2 +- if test ! -n "$PERL"; then +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}$PATH_IFS" +- for ac_dir in $PATH; do +- test -z "$ac_dir" && ac_dir=. +- if test -f $ac_dir/$ac_word -o -f $ac_dir/$ac_word$ac_exeext; then +- PERL="$ac_prog" +- break +- fi +- done +- IFS="$ac_save_ifs" +- fi +- +- if test -n "$PERL"; then +- ac_result=yes +- else +- ac_result=no +- fi +- +-if echo 'require 5.002;exit' | $ac_dir/$ac_prog 2>&5 +-then +- PERL=$ac_dir/$ac_prog +-else +- PERL= +-fi +- +- test -n "$PERL" && break +-done + + if test -n "$PERL" ; then + echo "$as_me:$LINENO: result: $PERL" >&5 |