FreeBSD Bugzilla – Attachment 8147 Details for
Bug 17185
main ncurses headerfile is installed as curses.h
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 746 bytes, created by
ue
on 2000-03-04 18:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
ue
Created:
2000-03-04 18:10:01 UTC
Size:
746 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/src/lib/libncurses/Makefile,v >retrieving revision 1.39 >diff -r1.39 Makefile >60,61c60,63 >< # Installed >< HEADERS=curses.h term.h termcap.h unctrl.h >--- >> # These can be installed with a single execution of ${INSTALL} >> HEADERS=term.h termcap.h unctrl.h >> # This one needs special treatment, see beforeinstall target below >> #HEADERS+=curses.h >254,255c256,259 >< rm -f ${DESTDIR}/usr/include/ncurses.h >< ln -s curses.h ${DESTDIR}/usr/include/ncurses.h >--- >> ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \ >> ${DESTDIR}/usr/include/ncurses.h >> rm -f ${DESTDIR}/usr/include/curses.h >> ln -s ncurses.h ${DESTDIR}/usr/include/curses.h
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 17185
: 8147