diff options
Diffstat (limited to 'news/knews/patches/patch-ae')
-rw-r--r-- | news/knews/patches/patch-ae | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/news/knews/patches/patch-ae b/news/knews/patches/patch-ae deleted file mode 100644 index ace2b2189e4..00000000000 --- a/news/knews/patches/patch-ae +++ /dev/null @@ -1,28 +0,0 @@ -$NetBSD: patch-ae,v 1.2 1998/08/07 11:11:09 agc Exp $ - ---- 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 - - - /* |