FreeBSD Bugzilla – Attachment 63888 Details for
Bug 95179
devel/ptmalloc doesn't include a header
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 874 bytes, created by
giffunip
on 2006-04-01 01:00:31 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
giffunip
Created:
2006-04-01 01:00:31 UTC
Size:
874 bytes
patch
obsolete
>diff -ruN ptmalloc.orig/Makefile ptmalloc/Makefile >--- ptmalloc.orig/Makefile Thu Mar 30 22:28:47 2006 >+++ ptmalloc/Makefile Thu Mar 30 22:40:32 2006 >@@ -15,6 +15,8 @@ > COMMENT= Alternative malloc, performs better with threaded applications > > do-install: all >+ ${MKDIR} ${PREFIX}/include/ptmalloc >+ ${INSTALL_DATA} ${WRKSRC}/ptmalloc.h ${PREFIX}/include/ptmalloc/malloc.h > ${INSTALL_PROGRAM} ${WRKSRC}/ptmalloc.so ${PREFIX}/lib/libptmalloc.so.1 > ${INSTALL_PROGRAM} ${WRKSRC}/ptmalloc.so ${PREFIX}/lib/libptmalloc.so > ${INSTALL_PROGRAM} ${WRKSRC}/libptmalloc.a ${PREFIX}/lib/libptmalloc.a >diff -ruN ptmalloc.orig/pkg-plist ptmalloc/pkg-plist >--- ptmalloc.orig/pkg-plist Thu Mar 30 22:28:47 2006 >+++ ptmalloc/pkg-plist Thu Mar 30 22:41:12 2006 >@@ -1,3 +1,5 @@ >+include/ptmalloc/malloc.h >+@dirrm include/ptmalloc > lib/libptmalloc.a > lib/libptmalloc.so > lib/libptmalloc.so.1
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 95179
: 63888 |
63889
|
63890