summaryrefslogtreecommitdiff
path: root/desktop/icewm/patches/explicitly-link-fontconfig.diff
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2012-05-11 10:40:56 -0500
committerErik Hanson <erik@slackbuilds.org>2012-05-14 13:13:58 -0500
commitdeaf02228bd43019564c1b35c534c2c43058e1c9 (patch)
tree8fe22d9313cb0642dc5b77f3cd5825a8f519294f /desktop/icewm/patches/explicitly-link-fontconfig.diff
parent612fd0840acaf2daf9a943fbb6a9f56ba1b9513a (diff)
downloadslackbuilds-deaf02228bd43019564c1b35c534c2c43058e1c9.tar.gz
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>
Diffstat (limited to 'desktop/icewm/patches/explicitly-link-fontconfig.diff')
-rw-r--r--desktop/icewm/patches/explicitly-link-fontconfig.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop/icewm/patches/explicitly-link-fontconfig.diff b/desktop/icewm/patches/explicitly-link-fontconfig.diff
new file mode 100644
index 0000000000..36dab59d32
--- /dev/null
+++ b/desktop/icewm/patches/explicitly-link-fontconfig.diff
@@ -0,0 +1,12 @@
+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@