mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
37782d1274
one file. Version 2.3 adds an interface to web browsers (Netscape and Mosaic), a smaller-format window in addition to the traditional window, and "tool tips" that pop up over the buttons.
30 lines
640 B
Plaintext
30 lines
640 B
Plaintext
*** cda_d/Imakefile.orig Sat May 23 02:31:57 1998
|
|
--- cda_d/Imakefile Tue May 26 17:32:59 1998
|
|
***************
|
|
*** 109,115 ****
|
|
#if defined(__QNX__)
|
|
LOCAL_LIBRARIES=-lncurses
|
|
#else
|
|
! LOCAL_LIBRARIES=-lcurses
|
|
#endif /* __QNX__ */
|
|
#endif /* SINIX */
|
|
#endif /* ultrix */
|
|
--- 109,115 ----
|
|
#if defined(__QNX__)
|
|
LOCAL_LIBRARIES=-lncurses
|
|
#else
|
|
! LOCAL_LIBRARIES=-lcurses -lmytinfo
|
|
#endif /* __QNX__ */
|
|
#endif /* SINIX */
|
|
#endif /* ultrix */
|
|
***************
|
|
*** 119,124 ****
|
|
--- 119,125 ----
|
|
#endif /* LinuxArchitecture OpenBSDArchitecture */
|
|
#endif /* SunArchitecture */
|
|
|
|
+ MANSUFFIX = 1
|
|
|
|
/*
|
|
* C Source files
|