ports/emulators/cpmtools2/files/patch-configure
Alex Kozlov b849944887 - Update to 2.15
* Various small fixes
 * Datestamper support
 * Image offset option to access disk slices

Approved by:	eadler, itetcu (mentors, implicit)
2012-05-30 18:05:44 +00:00

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