1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/japanese/libimg/files/patch-ab
Steve Price a8c72e3fdf 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>
1999-05-03 04:08:15 +00:00

13 lines
511 B
Plaintext

--- 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 \