mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
99e456bb46
Approved by: maintainer
21 lines
584 B
Plaintext
21 lines
584 B
Plaintext
--- Imakefile.orig Tue Dec 3 12:25:43 2002
|
|
+++ Imakefile Wed Dec 18 21:25:38 2002
|
|
@@ -21,3 +21,2 @@
|
|
|
|
-#define DebugSymbols YES
|
|
|
|
@@ -45,10 +45,10 @@
|
|
#define TiffIncLoc /usr/local/include
|
|
#define TiffLibLoc /usr/local/lib
|
|
|
|
-#define NonstandardJpeg NO
|
|
+#define NonstandardJpeg YES
|
|
|
|
-#define JpegIncLoc /usr/local/include
|
|
-#define JpegLibLoc /usr/local/lib
|
|
+#define JpegIncLoc $(LOCALBASE)/include
|
|
+#define JpegLibLoc $(LOCALBASE)/lib
|
|
|
|
######################################################################
|
|
# #
|