diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-05-04 03:55:11 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-05-04 03:55:11 +0000 |
commit | 06a27a0b36e3cd635030841bfae6077d039c3c76 (patch) | |
tree | 1588d24c4914aa5badd6232d8e222bea271a455c /print/hplip3/files/patch-configure | |
parent | b68bfd31ae9df0c66283f279374ed7acb4f409dd (diff) |
This commit was manufactured by cvs2svn to create tag 'PRE_XORG_7'.pre-xorg-7
Notes
Notes:
svn path=/head/; revision=191528
svn path=/tags/PRE_XORG_7/; revision=191529; tag=pre-xorg-7
Diffstat (limited to 'print/hplip3/files/patch-configure')
-rw-r--r-- | print/hplip3/files/patch-configure | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/print/hplip3/files/patch-configure b/print/hplip3/files/patch-configure deleted file mode 100644 index 22f040c1d5c1..000000000000 --- a/print/hplip3/files/patch-configure +++ /dev/null @@ -1,34 +0,0 @@ ---- configure.bak Fri May 5 10:01:57 2006 -+++ configure Fri May 5 10:03:39 2006 -@@ -22100,29 +22100,9 @@ - echo "$as_me:$LINENO: result: \"using $CUPS_BACKEND_PATH\"" >&5 - echo "${ECHO_T}\"using $CUPS_BACKEND_PATH\"" >&6 - --ICONSEARCHPATH="/usr/lib/menu /usr/share/applications" --ICON="hplip hplip.desktop" -+ICON_PATH="/usr/share/applications" -+ICON_FILE="hplip.desktop" - --echo "$as_me:$LINENO: checking \"for icon directory\"" >&5 --echo $ECHO_N "checking \"for icon directory\"... $ECHO_C" >&6 --ICON_PATH="" --ICON_FILE="" --idx=1 --for i in $ICONSEARCHPATH; do -- if test -d "$i"; then -- ICON_PATH="$i" -- jdx=1 -- for j in $ICON; do -- if test "$jdx" = "$idx"; then -- break -- fi -- jdx=$jdx+1 -- done -- ICON_FILE="$j" -- break -- fi -- idx=$idx+1 --done - if test "$ICON_PATH" != ""; then - echo "$as_me:$LINENO: result: \"using $ICON_PATH/$ICON_FILE\"" >&5 - echo "${ECHO_T}\"using $ICON_PATH/$ICON_FILE\"" >&6 |