mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
a8c72e3fdf
A Tcl/Tk library with support for many image types. PR: 11337 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
13 lines
511 B
Plaintext
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 \
|