FreeBSD Bugzilla – Attachment 136888 Details for
Bug 182233
[patch] graphics/eos-movrec: fix build at 10.x and use new LIB_DEPENDS syntax
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.02 KB, created by
Boris Samorodov
on 2013-09-19 20:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Boris Samorodov
Created:
2013-09-19 20:30:00 UTC
Size:
1.02 KB
patch
obsolete
>Index: graphics/eos-movrec/Makefile >=================================================================== >--- graphics/eos-movrec/Makefile (revision 327613) >+++ graphics/eos-movrec/Makefile (working copy) >@@ -17,9 +17,10 @@ > > LICENSE= GPLv2 > >-LIB_DEPENDS= gphoto2:${PORTSDIR}/graphics/libgphoto2 >+LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 > > USE_BZIP2= yes >+USE_DOS2UNIX= main.cpp > USES= cmake pkgconfig > USE_QT4= qmake_build moc_build rcc_build uic_build gui > >Index: graphics/eos-movrec/files/patch-main.cpp >=================================================================== >--- graphics/eos-movrec/files/patch-main.cpp (revision 0) >+++ graphics/eos-movrec/files/patch-main.cpp (working copy) >@@ -0,0 +1,10 @@ >+--- main.cpp.orig 2013-09-19 22:25:36.000000000 +0400 >++++ main.cpp 2013-09-19 22:26:10.000000000 +0400 >+@@ -19,6 +19,7 @@ >+ ***************************************************************************/ >+ >+ #include <qapplication.h> >++#include <clocale> >+ #include "mainwnd.h" >+ >+ int main(int argc, char **argv)
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 182233
: 136888 |
136889