mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4cfb010581
PR: ports/18017 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
14 lines
293 B
Plaintext
14 lines
293 B
Plaintext
--- Imakefile-- Wed Feb 9 09:23:32 2000
|
|
+++ Imakefile Thu Apr 13 00:59:16 2000
|
|
@@ -12,8 +12,8 @@
|
|
CCOPTIONS = -Aa -D_HPUX_SOURCE
|
|
#endif
|
|
|
|
-JPEG_INCLUDES =
|
|
-JPEG_LDFLAGS =
|
|
+JPEG_INCLUDES = -I%%LOCALBASE%%/include
|
|
+JPEG_LDFLAGS = -L%%LOCALBASE%%/lib
|
|
|
|
PNG_INCLUDES =
|
|
PNG_LDFLAGS =
|