]> git.pld-linux.org Git - packages/e16.git/commitdiff
- added use_sys_snprintf patch for using system snprintf() if it is possible enlightenment-0_16_5-4
authorkloczek <kloczek@pld-linux.org>
Fri, 10 Aug 2001 19:41:01 +0000 (19:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (on glibc system it is possible and patcha makes smaller E binariries).

Changed files:
    e16.spec -> 1.46

e16.spec

index 5bd5d7fc00d7ec95189f1e9835edd51af7c1e13e..e5327b6fae23a5e4664b52897a83d5e5ba7e5aea 100644 (file)
--- a/e16.spec
+++ b/e16.spec
@@ -16,6 +16,7 @@ Source3:      %{name}.wm_style
 Patch0:                %{name}-config-path.patch
 Patch1:                %{name}-makefile_fix.patch
 Patch2:                %{name}-ac_am_fixes.patch
+Patch3:                %{name}-use_sys_snprintf.patch
 URL:           http://www.enlightenment.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -53,6 +54,7 @@ window-menad
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 libtoolize --copy --force
@@ -63,7 +65,7 @@ rm -f missing
 automake -a -c
 CFLAGS="-I%{_includedir}/freetype %{rpmcflags}"
 %configure \
-       --enable-sound
+       --enable-sound=yes
 
 %{__make}
 
This page took 0.039705 seconds and 4 git commands to generate.