mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
14 lines
287 B
Plaintext
14 lines
287 B
Plaintext
--- Imakefile-- Wed Feb 9 09:23:32 2000
|
|
+++ Imakefile Thu Feb 10 18:38:21 2000
|
|
@@ -12,8 +12,8 @@
|
|
CCOPTIONS = -Aa -D_HPUX_SOURCE
|
|
#endif
|
|
|
|
-JPEG_INCLUDES =
|
|
-JPEG_LDFLAGS =
|
|
+JPEG_INCLUDES = -I/usr/local/include
|
|
+JPEG_LDFLAGS = -L/usr/local/lib
|
|
|
|
PNG_INCLUDES =
|
|
PNG_LDFLAGS =
|