summaryrefslogtreecommitdiff
path: root/news/knews/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'news/knews/patches/patch-ae')
-rw-r--r--news/knews/patches/patch-ae26
1 files changed, 26 insertions, 0 deletions
diff --git a/news/knews/patches/patch-ae b/news/knews/patches/patch-ae
new file mode 100644
index 00000000000..52934f5c8cf
--- /dev/null
+++ b/news/knews/patches/patch-ae
@@ -0,0 +1,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
+
+
+ /*