[bitmap] fix build

Dan Horák sharkcz at fedoraproject.org
Tue Mar 29 08:17:18 UTC 2011


commit 3663d2bd53bfd478bd6904b458ade4bdc9702417
Author: Dan Horák <dan at danny.cz>
Date:   Tue Mar 29 10:17:12 2011 +0200

    fix build

 bitmap.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/bitmap.spec b/bitmap.spec
index 5291c22..b11106d 100644
--- a/bitmap.spec
+++ b/bitmap.spec
@@ -1,6 +1,6 @@
 Name: bitmap
 Version: 1.0.3
-Release: 9%{?dist}
+Release: 10%{?dist}
 Summary: Bitmap editor and converter utilities for the X Window System
 Group: User Interface/X
 Url: http://www.x.org
@@ -33,7 +33,7 @@ Bitmap x11 editor.
 
 %build
 %configure --disable-dependency-tracking
-make %{?_smp_mflags}
+make %{?_smp_mflags} AM_LDFLAGS=-lXmu
 
 
 %install
@@ -73,6 +73,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man1/*.1*
 
 %changelog
+* Tue Mar 29 2011 Dan Horák <dan[at]danny.cz> - 1.0.3-10
+- fix build
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.3-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list