diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-01-05 21:45:00 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-01-05 21:45:00 +0800 |
commit | d8af35ddd42ddee139869b8886547c0a232ab1e5 (patch) | |
tree | bd2a8921ca04d008d0e6d661390e5d021bd41f35 /x11-wm/icewm/files | |
parent | 6e24ab00d3eae1657b2bee98f69d87156af676cd (diff) | |
download | freebsd-ports-gnome-d8af35ddd42ddee139869b8886547c0a232ab1e5.tar.gz freebsd-ports-gnome-d8af35ddd42ddee139869b8886547c0a232ab1e5.tar.zst freebsd-ports-gnome-d8af35ddd42ddee139869b8886547c0a232ab1e5.zip |
- Update IceWM to version 2.0.1
- Imlib2 is now preferred for rendering
- Allow to build with SVG support
Diffstat (limited to 'x11-wm/icewm/files')
-rw-r--r-- | x11-wm/icewm/files/patch-src_Makefile.in | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-wm/icewm/files/patch-src_Makefile.in b/x11-wm/icewm/files/patch-src_Makefile.in new file mode 100644 index 000000000000..32bcd5377fd5 --- /dev/null +++ b/x11-wm/icewm/files/patch-src_Makefile.in @@ -0,0 +1,29 @@ +--- src/Makefile.in.orig 2020-12-14 01:14:27 UTC ++++ src/Makefile.in +@@ -916,7 +916,7 @@ icewm_SOURCES = \ + yxtray.cc \ + yxtray.h + +-icewm_LDADD = libitk.la libice.la $(IMAGE_LIBS) $(XSM_LIBS) $(CORE_LIBS) ++icewm_LDADD = libitk.la libice.la $(IMAGE_LIBS) $(XSM_LIBS) $(CORE_LIBS) @LIBINTL@ @LIBICONV@ + icesh_SOURCES = \ + intl.h \ + debug.h \ +@@ -960,7 +960,7 @@ icewmbg_SOURCES = \ + icewmbg.cc \ + icewmbg_prefs.h + +-icewmbg_LDADD = libice.la $(IMAGE_LIBS) $(CORE_LIBS) @LIBINTL@ ++icewmbg_LDADD = libice.la $(IMAGE_LIBS) $(CORE_LIBS) @LIBINTL@ @LIBICONV@ + icesound_SOURCES = \ + base.h \ + debug.h \ +@@ -1002,7 +1002,7 @@ icehelp_SOURCES = \ + yrect.h \ + icehelp.cc + +-icehelp_LDADD = libitk.la libice.la $(IMAGE_LIBS) $(CORE_LIBS) @LIBINTL@ ++icehelp_LDADD = libitk.la libice.la $(IMAGE_LIBS) $(CORE_LIBS) @LIBINTL@ @LIBICONV@ + iceclock_SOURCES = \ + intl.h \ + debug.h \ |