blob: 52934f5c8cf66072b744b2838f7376bf72ecf636 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
--- knews.tmpl.orig Fri Jan 9 18:16:12 1998
+++ knews.tmpl Thu Apr 23 01:07:29 1998
@@ -23,11 +23,10 @@
*/
/* gcc on decent systems */
-#if 0
+EXTRA_INCLUDES = -I${LOCALBASE}/include
CC = gcc
CCOPTIONS = -ansi -pedantic -Wall
CDEBUGFLAGS = -O2
-#endif
/* gcc on SunOS 4.1.x (and maybe other non-decent systems) */
#if 0
@@ -74,8 +73,8 @@
* be changed to -lz.
*/
-JPEG_LIB = -ljpeg
-PNG_LIB = -lpng -lgz -lm
+JPEG_LIB = -L${LOCALBASE}/lib -ljpeg
+PNG_LIB = -L${LOCALBASE}/lib -lpng -lz -lm
/*
|