gentoo-ebuilds/net-mail/gnubiff/files/gnubiff-2.2.17-clang.patch
Phil Stracchino a0b6e2a772
net-mail/gnubiff: add 2.2.17-r3
- adds a new LICENSE GPL-3+-with-openssl-exception
- cleans up all old 2.2.15 patches
- fixes compilation errors on clang-only systems by removing
  '-export-dynamic' from Makefile

Closes: https://bugs.gentoo.org/880267
Closes: https://bugs.gentoo.org/930500
Closes: https://bugs.gentoo.org/933241
Signed-off-by: Phil Stracchino <phils@caerllewys.net>
Closes: https://github.com/gentoo/gentoo/pull/37513
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-12 17:24:18 +03:00

15 lines
455 B
Diff

--- gnubiff-2.2.17-r3/src/Makefile.am
+++ gnubiff-2.2.17-r3/src/Makefile.am
@@ -6,11 +6,11 @@
-DGNUBIFF_DATADIR=\""$(pkgdatadir)"\" \
-DGNUBIFF_ICONDIR=\""$(datadir)/pixmaps"\" \
-DGNUBIFF_UIDIR=\""$(datadir)/gnome-2.0/ui"\" \
-DREAL_DATADIR=\""$(datadir)"\" \
-D_GNU_SOURCE \
- -Wall -ansi -pedantic -export-dynamic
+ -Wall -ansi -pedantic
bin_PROGRAMS = gnubiff
gnome_sources = \
ui-applet-gnome.cc ui-applet-gnome.h