mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
65f03f9abe
PR: ports/17302 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
14 lines
382 B
Plaintext
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`
|