]> git.pld-linux.org Git - packages/bootsplash.git/commitdiff
- use shared libmng instead of static minimal version PLD does not provide
authordjurban <djurban@pld-linux.org>
Sun, 26 Mar 2006 13:00:59 +0000 (13:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootsplash-3.2_makefile_libmng.patch -> 1.1

bootsplash-3.2_makefile_libmng.patch [new file with mode: 0644]

diff --git a/bootsplash-3.2_makefile_libmng.patch b/bootsplash-3.2_makefile_libmng.patch
new file mode 100644 (file)
index 0000000..9aa6c37
--- /dev/null
@@ -0,0 +1,21 @@
+--- bootsplash-3.2/Utilities/Makefile  2004-09-23 18:28:38.000000000 +0200
++++ bootsplash-3.2/Utilities/Makefile  2005-04-13 14:04:19.000000000 +0200
+@@ -22,7 +22,7 @@
+ LIBSS_FT2    = $(LIBDIR)/libfreetype.a $(LIBDIR)/libz.a -lm
+ LIBSD_FT2    = -lfreetype -lm
+-LIBSS_MNG    = $(LIBDIR)/libmng-mini.a $(LIBDIR)/libz.a -lm
++LIBSS_MNG    = -lmng $(LIBDIR)/libz.a -lm
+ LIBSD_MNG    = -lmng -lz -lm
+ CFLAGS   = -Os -Wall -I/usr/include/freetype2
+@@ -40,7 +40,7 @@
+       -rm -f $(PROGRAMS) $(PROGRAMS_STATIC)
+ splash: splash.o
+-      $(LINKD) $(LDFLAGS) splash.o $(LIBDIR)/libmng-mini.a -lz -lm
++      $(LINKD) $(LDFLAGS) splash.o -lmng -lz -lm -ljpeg -llcms
+ fbtruetype: $(OBJECTS_FT2) 
+       @rm -f fbtruetype
+
This page took 0.0747 seconds and 4 git commands to generate.