1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/news/c-nocem/files/patch-configure
Neil Blakey-Milner 65f03f9abe Add c-nocem, a fast filter to remove spam (works with cnews)
PR:		ports/17302
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
2000-08-02 10:24:57 +00:00

14 lines
382 B
Plaintext

--- configure.orig Sun Jun 13 18:58:35 1999
+++ configure Tue Jun 15 08:15:07 1999
@@ -1271,8 +1271,8 @@
#define CNEWS 1
EOF
- CPPFLAGS="$CPPFLAGS -I$nsrc/libdbz"
- LIBS="-L$nsrc -lcnews $LIBS"
+ CPPFLAGS="$CPPFLAGS -I$prefix/include"
+ LIBS="-L$prefix/lib -lcnews $LIBS"
PROGS="fastcancel"
newslib=`$AWK '/^'NEWSCTL'[^A-Z_]/ {print $'2'}' $nsrc/conf/substitutions`