diff options
author | pat <pat@FreeBSD.org> | 2002-04-24 04:11:35 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-04-24 04:11:35 +0800 |
commit | 23817f528a95e63a26220937133a047a4b7ca520 (patch) | |
tree | 8cb08f537b2dba6a1ef1b53c80be60e170f6938e /lang/pnet/files | |
parent | aa4aa731ee2f0f4064bfac781c105cfbc5317b74 (diff) | |
download | freebsd-ports-graphics-23817f528a95e63a26220937133a047a4b7ca520.tar.gz freebsd-ports-graphics-23817f528a95e63a26220937133a047a4b7ca520.tar.zst freebsd-ports-graphics-23817f528a95e63a26220937133a047a4b7ca520.zip |
Update to 0.3.4
PR: 37320
Submitted by: maintainer
Diffstat (limited to 'lang/pnet/files')
-rw-r--r-- | lang/pnet/files/patch-configure | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/lang/pnet/files/patch-configure b/lang/pnet/files/patch-configure deleted file mode 100644 index 676f1a758db..00000000000 --- a/lang/pnet/files/patch-configure +++ /dev/null @@ -1,25 +0,0 @@ ---- configure.orig Mon Nov 26 20:55:10 2001 -+++ configure Sun Dec 30 23:00:35 2001 -@@ -3739,20 +3739,9 @@ - # The recursion is here. - if test -n "$ac_sub_configure"; then - -- # Make the cache file name correct relative to the subdirectory. -- case "$cache_file" in -- /*) ac_sub_cache_file=$cache_file ;; -- *) # Relative path. -- ac_sub_cache_file="$ac_dots$cache_file" ;; -- esac -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac -- -- echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" -+ echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --srcdir=$ac_sub_srcdir" - # The eval makes quoting arguments work. -- if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir -+ if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --srcdir=$ac_sub_srcdir - then : - else - { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; } |