mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
* Various small fixes * Datestamper support * Image offset option to access disk slices Approved by: eadler, itetcu (mentors, implicit)
10 lines
302 B
Text
10 lines
302 B
Text
Index: configure
|
|
@@ -3400,7 +3400,7 @@
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_curses_printw" >&5
|
|
$as_echo "$ac_cv_lib_curses_printw" >&6; }
|
|
if test "x$ac_cv_lib_curses_printw" = xyes; then :
|
|
- FSED_CPM=fsed.cpm LIBS="-lcurses $LIBS"
|
|
+ FSED_CPM=fsed.cpm
|
|
else
|
|
FSED_CPM=
|
|
fi
|