mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 06:57:59 +02:00
- 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>
15 lines
455 B
Diff
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
|