FreeBSD Bugzilla – Attachment 214966 Details for
Bug 246794
games/libretro-uae: Fix i386 build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build in i386
games_libretro-uae.svndiff (text/plain), 1.22 KB, created by
Fernando Apesteguía
on 2020-05-28 14:07:17 UTC
(
hide
)
Description:
Fix build in i386
Filename:
MIME Type:
Creator:
Fernando Apesteguía
Created:
2020-05-28 14:07:17 UTC
Size:
1.22 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 536736) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= libretro-uae >-PORTVERSION= 0.20200504 >+PORTVERSION= 0.20200527 > CATEGORIES= games > > MAINTAINER= menelkir@itroll.org >@@ -17,6 +17,8 @@ > GH_ACCOUNT= libretro > GH_TAGNAME= 8333daa > >+LDFLAGS_i386= -Wl,-z,notext >+ > PLIST_FILES= lib/libretro/puae_libretro.so > > post-patch: >@@ -25,5 +27,5 @@ > do-install: > ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; > ${INSTALL_LIB} ${WRKSRC}/puae_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; >- >+ > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 536736) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1588710243 >-SHA256 (libretro-libretro-uae-0.20200504-8333daa_GH0.tar.gz) = e20c9b8c33e9da99db28bd5af18c3adeac30269fac9b1a965b5a49a587650847 >-SIZE (libretro-libretro-uae-0.20200504-8333daa_GH0.tar.gz) = 5327186 >+TIMESTAMP = 1590633664 >+SHA256 (libretro-libretro-uae-0.20200527-8333daa_GH0.tar.gz) = e20c9b8c33e9da99db28bd5af18c3adeac30269fac9b1a965b5a49a587650847 >+SIZE (libretro-libretro-uae-0.20200527-8333daa_GH0.tar.gz) = 5327186
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
Flags:
fernape
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 246794
:
214945
| 214966