[alfont] Drop no longer needed alleg_unsharable hack

Hans de Goede jwrdegoede at fedoraproject.org
Fri Jul 15 07:10:40 UTC 2011


commit 0e6795f19525fda1318ef0523d868d7fa133621f
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Fri Jul 15 09:09:35 2011 +0200

    Drop no longer needed alleg_unsharable hack

 alfont.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/alfont.spec b/alfont.spec
index 06bf227..6f941f0 100644
--- a/alfont.spec
+++ b/alfont.spec
@@ -40,8 +40,7 @@ sed -i s'/\r//g' freetype/docs/FTL.TXT
 gcc -fPIC -DPIC $RPM_OPT_FLAGS -Iinclude `freetype-config --cflags` \
   -o src/alfont.o -c src/alfont.c
 gcc -shared -Wl,-soname,lib%{name}.so.2 -o lib%{name}.so.%{version} \
-  src/alfont.o `freetype-config --libs` \
-  `allegro-config --libs | sed 's/-lalleg_unsharable//'`
+  src/alfont.o $(freetype-config --libs) $(allegro-config --libs)
 
 
 %install


More information about the fonts-bugs mailing list