slackbuilds_ponce/desktop/icewm/patches/explicitly-link-fontconfig.diff
Robby Workman deaf02228b desktop/icewm: Included a couple of build fix patches
These are only needed for -current, but they don't hurt anything
for 13.37 and they reduce the workload later when getting all of
the repo ready for slackware-next.

Thanks to Morten Langlo for the fontconfig patch.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-05-14 13:13:58 -05:00

12 lines
640 B
Diff

diff -Nur icewm-1.3.7.orig/src/Makefile.in icewm-1.3.7/src/Makefile.in
--- icewm-1.3.7.orig/src/Makefile.in 2010-10-31 09:09:36.000000000 -0500
+++ icewm-1.3.7/src/Makefile.in 2012-05-11 10:29:55.356344991 -0500
@@ -37,7 +37,7 @@
CXXFLAGS = @CXXFLAGS@ $(DEBUG) $(DEFS) `pkg-config gdk-pixbuf-xlib-2.0 --cflags` \
@CORE_CFLAGS@ @IMAGE_CFLAGS@ @AUDIO_CFLAGS@ # `fc-config --cflags`
LFLAGS = @LDFLAGS@
-LIBS = @LIBS@ `pkg-config gdk-pixbuf-xlib-2.0 --libs`
+LIBS = @LIBS@ `pkg-config gdk-pixbuf-xlib-2.0 fontconfig --libs`
CORE_LIBS = @CORE_LIBS@ # `fc-config --libs`
IMAGE_LIBS = @IMAGE_LIBS@