1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/graphics/xli/files/patch-aa
Joseph Koshy 4cfb010581 Fix use of LOCALBASE.
PR:		ports/18017
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-17 10:40:25 +00:00

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 =