2009-09-19 13:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/global.mk
    ! Typo.

  * utils/hbmk2/hbmk2.prg
    ! Fixed BSD CURSES lib name.
This commit is contained in:
Viktor Szakats
2009-09-19 11:58:24 +00:00
parent d22a6f6424
commit 025e475e4b
3 changed files with 9 additions and 2 deletions

View File

@@ -17,6 +17,13 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-09-19 13:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/global.mk
! Typo.
* utils/hbmk2/hbmk2.prg
! Fixed BSD CURSES lib name.
2009-09-19 13:52 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/bin/hb-func.sh
! fixed few problems introduced by macro name modifications and removed

View File

@@ -1218,7 +1218,7 @@ ifneq ($(HB_INSTALL_PREFIX),)
endif
# Use 'lib64' instead of 'lib' for 64-bit targets
ifneq ($(filter $(HB_CPU),x86_64),)
LIBPOSTFIX += 64$(LIBPOSTFIX)
LIBPOSTFIX := 64$(LIBPOSTFIX)
endif
endif

View File

@@ -2240,7 +2240,7 @@ FUNCTION hbmk( aArgs, /* @ */ lPause )
IF IsGTRequested( hbmk, "gtcrs" )
/* TOFIX: Sometimes 'ncur194' is needed. */
AAdd( l_aLIBSYS, iif( hbmk[ _HBMK_cPLAT ] == "sunos", "curses", "ncurses" ) )
AAdd( l_aLIBSYS, iif( hbmk[ _HBMK_cPLAT ] $ "sunos|bsd", "curses", "ncurses" ) )
ENDIF
IF IsGTRequested( hbmk, "gtsln" )
AAdd( l_aLIBSYS, "slang" )