diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-05 08:35:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-05 08:35:30 +0000 |
commit | 90cd7e494b898b37f552addf952a4ebe5926c62b (patch) | |
tree | ff9ac5019a3e4ea132b20a070134401b4de2ccd6 /print/hplip/files/patch-configure | |
parent | The port uses -msse compiler option, which I've disabled by ports/95552 to make (diff) |
HPLIP is an HP developed solution for printing, scanning,
and faxing with HP inkjet and laser based printers in Linux.
The HP driver project provides printing support for nearly
1000 printer models, including Deskjet, Officejet, Photosmart,
PSC (Print Scan Copy), Business Inkjet, LaserJet, and LaserJet MFP.
WWW: http://hplip.sourceforge.net/
PR: ports/96271
Submitted by: Anish Mistry <amistry@am-productions.biz>
Notes
Notes:
svn path=/head/; revision=161391
Diffstat (limited to 'print/hplip/files/patch-configure')
-rw-r--r-- | print/hplip/files/patch-configure | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/print/hplip/files/patch-configure b/print/hplip/files/patch-configure new file mode 100644 index 000000000000..22f040c1d5c1 --- /dev/null +++ b/print/hplip/files/patch-configure @@ -0,0 +1,34 @@ +--- 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 |