Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 202945 Details for
Bug 283497
app-portage/gentoolkit-dev & app-portage/portage-utils keywording ~m68k-mint
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
new hpux patch
portage-utils-0.2-hpux.patch (text/plain), 596 bytes, created by
Alan Hourihane
on 2009-09-02 11:00:07 UTC
(
hide
)
Description:
new hpux patch
Filename:
MIME Type:
Creator:
Alan Hourihane
Created:
2009-09-02 11:00:07 UTC
Size:
596 bytes
patch
obsolete
>--- qsize.c.orig 2009-03-31 14:46:38 +0200 >+++ qsize.c 2009-03-31 14:46:56 +0200 >@@ -44,6 +44,10 @@ > # define S_BLKSIZE S_BLOCK_SIZE > #endif > >+#ifdef __hpux >+# define S_BLKSIZE st.st_blksize >+#endif >+ > int qsize_main(int argc, char **argv) > { > DIR *dir, *dirp; >--- libq/compat.c.orig 2009-07-28 16:52:13 +0200 >+++ libq/compat.c 2009-07-28 16:52:40 +0200 >@@ -30,6 +30,8 @@ > *strp = xstrdup(str); \ > } while (0) > >-#else /* __sun__ */ >+#elif defined(__hpux__) || defined(__MINT__) >+ /* must not include both dir.h and dirent.h on hpux11.11 & FreeMiNT */ >+#else > # include <sys/dir.h> > #endif
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 283497
: 202945 |
202947