diff options
author | andreas <andreas@FreeBSD.org> | 1998-03-21 21:36:40 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-03-21 21:36:40 +0800 |
commit | c79965cbf507bd1b57ce914639410acb44bd301d (patch) | |
tree | 4c7a1d9c9b1b8a5c898bda3998d6b443332e5cbe /news/knews | |
parent | 5d41d0926a3f48bcf26c9ee8463534b8c6a8cb59 (diff) | |
download | freebsd-ports-gnome-c79965cbf507bd1b57ce914639410acb44bd301d.tar.gz freebsd-ports-gnome-c79965cbf507bd1b57ce914639410acb44bd301d.tar.zst freebsd-ports-gnome-c79965cbf507bd1b57ce914639410acb44bd301d.zip |
hell, what's going on ...
again forgot patch-ac, but now ;-)
Diffstat (limited to 'news/knews')
-rw-r--r-- | news/knews/files/patch-ac | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/news/knews/files/patch-ac b/news/knews/files/patch-ac new file mode 100644 index 000000000000..77f24a3774a9 --- /dev/null +++ b/news/knews/files/patch-ac @@ -0,0 +1,18 @@ +--- knews.tmpl.orig Sat Mar 21 14:23:28 1998 ++++ knews.tmpl Sat Mar 21 14:24:52 1998 +@@ -74,12 +74,12 @@ + * be changed to -lz. + */ + +-JPEG_LIB = -ljpeg +-PNG_LIB = -lpng -lgz -lm ++JPEG_LIB = -L!!LOCALBASE!!/lib -ljpeg ++PNG_LIB = -lpng -lz -lm + + + /* + * If you need to add include paths for e.g. libjpeg, libpng or libzlib + * include files, do it here. + */ +-KNEWS_INCLUDES = ++KNEWS_INCLUDES = -I!!LOCALBASE!!/include |