FreeBSD Bugzilla – Attachment 163066 Details for
Bug 204508
x11/pixman: added pixman-combine32.h to plist that is used by some other packages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
pixman-add-combine32.h.patch (text/plain), 1.03 KB, created by
Yuri Victorovich
on 2015-11-12 19:17:15 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2015-11-12 19:17:15 UTC
Size:
1.03 KB
patch
obsolete
>Index: x11/pixman/Makefile >=================================================================== >--- x11/pixman/Makefile (revision 401335) >+++ x11/pixman/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= pixman > PORTVERSION= 0.32.8 >+PORTREVISION= 1 > CATEGORIES= x11 > > MAINTAINER= x11@FreeBSD.org >@@ -21,6 +22,9 @@ > # Build the library exclusively, thus disabling the demos and the tests (which > # do not get installed anyway). This is to workaround a problem in powerpc64 > # where the build of the tests crashes ld; see PR bin/202284. >-MAKE_ARGS= SUBDIRS=pixman >+MAKE_ARGS= SUBDIRS=pixman > >+post-install: >+ (cd ${WRKSRC} && ${INSTALL_DATA} pixman/pixman-combine32.h ${STAGEDIR}${PREFIX}/include/pixman-1) >+ > .include <bsd.port.mk> >Index: x11/pixman/pkg-plist >=================================================================== >--- x11/pixman/pkg-plist (revision 401335) >+++ x11/pixman/pkg-plist (working copy) >@@ -1,3 +1,4 @@ >+include/pixman-1/pixman-combine32.h > include/pixman-1/pixman-version.h > include/pixman-1/pixman.h > lib/libpixman-1.a
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 204508
: 163066 |
163069