FreeBSD Bugzilla – Attachment 120396 Details for
Bug 163193
[PATCH] Fix port x11-wm/skippy-xd for amd64 arch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 830 bytes, created by
Vincent Hoffman-Kazlauskas
on 2011-12-12 00:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Vincent Hoffman-Kazlauskas
Created:
2011-12-12 00:40:01 UTC
Size:
830 bytes
patch
obsolete
>--- Makefile.orig 2011-12-12 00:16:33.000000000 +0000 >+++ Makefile 2011-12-12 00:13:31.000000000 +0000 >@@ -24,10 +24,19 @@ > PLIST_DIRS= %%DATADIR%% > PKGMESSAGE= ${WRKDIR}/pkg-message > >+.include <bsd.port.pre.mk> >+ > post-patch: > @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|; \ > s|/usr/local|${LOCALBASE}|; s|gcc|${CC}|' \ > ${WRKSRC}/Makefile >+.if ${ARCH} == "amd64" >+ @${REINPLACE_CMD} -e 's|CARD32|CARD64|g' ${WRKSRC}/clientwin.c >+ @${REINPLACE_CMD} -e 's|CARD32|CARD64|g' ${WRKSRC}/skippy.c >+ @${REINPLACE_CMD} -e 's|CARD32|CARD64|g' ${WRKSRC}/wm.c >+ @${REINPLACE_CMD} -e 's|CARD32|CARD64|g' ${WRKSRC}/wm.h >+.endif >+ > post-build: > @${SED} 's|%%DATADIR%%|${DATADIR}|' ${PKGDIR}/pkg-message >${PKGMESSAGE} > >@@ -39,4 +48,4 @@ > post-install: > @${CAT} ${PKGMESSAGE} > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
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 163193
: 120396