diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-03 04:08:15 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-03 04:08:15 +0000 |
commit | a8c72e3fdf23cf2c880909aaf6b4cf0e2c95a516 (patch) | |
tree | a0651588cc34e8996ff3a61a87a2542baf06a6a3 /japanese/libimg/files/patch-ab | |
parent | Conform to handbook's guidelines for pkg/DESCR, esp. wrt WWW: (diff) |
Initial import of ja-libimg version 1.2b2.
A Tcl/Tk library with support for many image types.
PR: 11337
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Diffstat (limited to 'japanese/libimg/files/patch-ab')
-rw-r--r-- | japanese/libimg/files/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/libimg/files/patch-ab b/japanese/libimg/files/patch-ab new file mode 100644 index 000000000000..2e9d79be3869 --- /dev/null +++ b/japanese/libimg/files/patch-ab @@ -0,0 +1,12 @@ +--- Makefile.in~ Sun Mar 7 17:35:11 1999 ++++ Makefile.in Sat Mar 27 20:05:22 1999 +@@ -221,7 +221,8 @@ + -DZ_LIB_NAME=\"$(IMG_FULL_PATH)$(Z_LIB_FILE)\" \ + -DPNG_LIB_NAME=\"$(IMG_FULL_PATH)$(PNG_LIB_FILE)\" \ + -DJPEG_LIB_NAME=\"$(IMG_FULL_PATH)$(JPEG_LIB_FILE)\" \ +- -DTIFF_LIB_NAME=\"$(IMG_FULL_PATH)$(TIFF_LIB_FILE)\" ++ -DTIFF_LIB_NAME=\"$(IMG_FULL_PATH)$(TIFF_LIB_FILE)\" \ ++ -I$(TCL_INC_DIR) + + # fundamentals of this library + SOURCES = imgInit.c imgObj.c imgUtil.c imgPmap.c imgUnixPmap.c \ |