ports/news/c-nocem/files/patch-configure
Dirk Meyer 384525da1f - add LICENSE
- make portlint happier
2017-01-29 11:06:17 +00:00

13 lines
413 B
Text

--- configure.orig 2001-05-22 12:49:44 UTC
+++ configure
@@ -1276,8 +1276,8 @@ if test "X$nsys" = "Xcnews" ; then
#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"
echo $ac_n "checking for newslib""... $ac_c" 1>&6
echo "configure:1284: checking for newslib" >&5