FreeBSD Bugzilla – Attachment 199453 Details for
Bug 233407
multimedia/smpeg: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
smpeg.patch (text/plain), 631 bytes, created by
Piotr Kubaj
on 2018-11-22 18:28:41 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-11-22 18:28:41 UTC
Size:
631 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 485597) >+++ Makefile (working copy) >@@ -14,7 +14,7 @@ > LICENSE= LGPL20 > LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= gmake libtool:build >+USES= compiler gmake libtool:build > USE_SDL= sdl > USE_LDCONFIG= yes > >@@ -27,7 +27,8 @@ > CONFIGURE_ARGS= --disable-opengl-player \ > --disable-gtk-player \ > --enable-mmx >-CFLAGS+= -Wno-error-narrowing >+CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}} >+CFLAGS_clang= -Wno-error-narrowing > LDFLAGS_i386= -Wl,-znotext > MAKE_ARGS= LIBTOOL=${LOCALBASE}/bin/libtool > INSTALL_TARGET= install-strip
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 233407
: 199453