0a94a7c726
- Fix linking problems with new gnu ld OBS-URL: https://build.opensuse.org/request/show/80292 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/WindowMaker?expand=0&rev=9
11 lines
228 B
Diff
11 lines
228 B
Diff
--- WPrefs.app/Makefile.am.orig
|
|
+++ WPrefs.app/Makefile.am
|
|
@@ -55,5 +55,6 @@ WPrefs_LDADD = \
|
|
$(top_builddir)/WINGs/libWUtil.la\
|
|
$(top_builddir)/wrlib/libwraster.la \
|
|
@XFTLIBS@ \
|
|
- @INTLIBS@
|
|
+ @INTLIBS@ \
|
|
+ -lfontconfig
|
|
|