diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-06 05:00:45 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-06 05:00:45 +0000 |
commit | 8beb9ccc6c9b91a02ea1e8bb66886e2021f87ffd (patch) | |
tree | d70fa4cd870eec396e55a051cacef6b17f1a8246 /www/nspluginwrapper-devel/files/patch-configure | |
parent | 304d0763a885d25cb346b7a80caed4d9214e5be3 (diff) |
- Update to 0.9.91.4
PR: ports/111291
Submitted by: rafan
Approved by: Dave Grochowski <malus.x at gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=189331
Diffstat (limited to 'www/nspluginwrapper-devel/files/patch-configure')
-rw-r--r-- | www/nspluginwrapper-devel/files/patch-configure | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/www/nspluginwrapper-devel/files/patch-configure b/www/nspluginwrapper-devel/files/patch-configure index 80b7d9612393..6007dc2bcd6f 100644 --- a/www/nspluginwrapper-devel/files/patch-configure +++ b/www/nspluginwrapper-devel/files/patch-configure @@ -16,38 +16,3 @@ TMPC="${TMPDIR1}/npw-conf-${RANDOM}-$$-${RANDOM}.c" TMPO="${TMPDIR1}/npw-conf-${RANDOM}-$$-${RANDOM}.o" -@@ -75,6 +70,9 @@ - --prefix=*) - prefix=`echo $opt | cut -d '=' -f 2` - ;; -+--x11=*) -+ x_base_dirs=`echo $opt | cut -d '=' -f 2` -+ ;; - --pkglibdir=*) - pkglibdir=`echo $opt | cut -d '=' -f 2` - ;; -@@ -279,10 +277,12 @@ - fi - - # check for X11 base dir --x_base_dirs=' --/usr --/usr/X11R6 --/usr/local/X11R6' -+if test -z "$x_base_dirs"; then -+ x_base_dirs=' -+ /usr -+ /usr/X11R6 -+ /usr/local' -+fi - for dir in $x_base_dirs; do - x_include_dir="$dir/include" - if test -f $x_include_dir/X11/Intrinsic.h; then -@@ -407,6 +407,7 @@ - echo " --target-os=OS build plugin support for target OS [$target_os]" - echo " --target-cpu=CPU build plugin support for target CPU [$target_cpu]" - echo " --with-viewer build viewer [$build_viewer]" -+echo " --x11=PREFIX path to X11 base" - echo "" - echo "Advanced options (experts only):" - echo " --source-path=PATH path of source code [$source_path]" |