diff options
| author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-10 20:28:42 +0000 |
|---|---|---|
| committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-10 20:28:42 +0000 |
| commit | 071479247d727f178082badc4eb5e435e691433c (patch) | |
| tree | e39f51d78cde421b867015ee03a3b756cabc5d94 /graphics/libimg/files/patch-aa | |
| parent | 45529779c206bcf50a515af3160f29236a0f7887 (diff) | |
Import of graphics/libimg
This is an image format handler for Tk. It handles the following image
formats:
bmp, gif, png, jpeg, tiff, xpm, xbm, and postscript.
PR: ports/10234
Submitted by: Glenn Johnson <gljohns@bellsouth.net>
Diffstat (limited to 'graphics/libimg/files/patch-aa')
| -rw-r--r-- | graphics/libimg/files/patch-aa | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/libimg/files/patch-aa b/graphics/libimg/files/patch-aa new file mode 100644 index 000000000000..de72ce1ac99c --- /dev/null +++ b/graphics/libimg/files/patch-aa @@ -0,0 +1,24 @@ +--- configure.orig Thu Nov 19 03:50:52 1998 ++++ configure Sun Feb 21 00:53:23 1999 +@@ -978,8 +978,8 @@ + TCL_INC_DIR=${TCL_TOP_DIR}/include + elif test -d ${TCL_EXEC_PREFIX}/include -a -f ${TCL_EXEC_PREFIX}/include/tcl.h; then + TCL_INC_DIR=${TCL_EXEC_PREFIX}/include +-elif test -d ${TCL_EXEC_PREFIX}/include -a -f ${TCL_EXEC_PREFIX}/include/tcl.h; then +- TCL_INC_DIR=${TCL_EXEC_PREFIX}/include ++elif test -d ${TCL_EXEC_PREFIX}/include -a -f ${TCL_EXEC_PREFIX}/include/tcl8.0/tcl.h; then ++ TCL_INC_DIR=${TCL_EXEC_PREFIX}/include/tcl8.0 + else + TCL_INC_DIR=$prefix/include + fi +@@ -1091,8 +1091,8 @@ + TK_INC_DIR=${TK_TOP_DIR}/include + elif test -d ${TK_EXEC_PREFIX}/include -a -f ${TK_EXEC_PREFIX}/include/tk.h; then + TK_INC_DIR=${TK_EXEC_PREFIX}/include +-elif test -d ${TK_EXEC_PREFIX}/include -a -f ${TK_EXEC_PREFIX}/include/tk.h; then +- TK_INC_DIR=${TK_EXEC_PREFIX}/include ++elif test -d ${TK_EXEC_PREFIX}/include -a -f ${TK_EXEC_PREFIX}/include/tk8.0/tk.h; then ++ TK_INC_DIR=${TK_EXEC_PREFIX}/include/tk8.0 + else + TK_INC_DIR=$prefix/include + fi |
