rpms/ewl/F-13 ewl-fix-DSO.patch,NONE,1.1 ewl.spec,1.5,1.6

thomasj thomasj at fedoraproject.org
Sun Apr 4 13:01:23 UTC 2010


Author: thomasj

Update of /cvs/pkgs/rpms/ewl/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12779

Modified Files:
	ewl.spec 
Added Files:
	ewl-fix-DSO.patch 
Log Message:
DSO fix try 1


ewl-fix-DSO.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE ewl-fix-DSO.patch ---
--- src/bin/Makefile.in	2008-01-25 04:23:06.000000000 +0100
+++ src/bin/Makefile.in.old	2010-04-04 14:58:14.000000000 +0200
@@ -109,7 +109,7 @@
 AWK = @AWK@
 CC = @CC@
 CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
+CFLAGS = @CFLAGS@ -lecore_evas
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
 CYGPATH_W = @CYGPATH_W@


Index: ewl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ewl/F-13/ewl.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- ewl.spec	4 Apr 2010 12:44:15 -0000	1.5
+++ ewl.spec	4 Apr 2010 13:01:23 -0000	1.6
@@ -9,6 +9,9 @@ URL:		http://www.enlightenment.org/
 Source0:	http://download.enlightenment.org/snapshots/2008-01-25/%{name}-%{version}.tar.bz2
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
+##Fix DSO patches
+Patch10:	ewl-fix-DSO.patch
+
 BuildRequires:	zlib-devel, curl-devel, openssl-devel
 BuildRequires:	efreet-devel, ecore-devel, epsilon-devel, edje-devel, evas-devel
 BuildRequires:	emotion-devel
@@ -54,6 +57,7 @@ applications based on the %{name} packag
 
 %prep
 %setup -q
+%patch10 -p0
 
 %build
 %configure --disable-static



More information about the scm-commits mailing list