gentoo-ebuilds/media-libs/urt/files/urt-3.2_rc1_p20250101-respect-ldflags.patch
Viorel Munteanu e6c81699b2
media-libs/urt: add 3.2_rc1_p20250101
Switch to new upstream.

Closes: https://bugs.gentoo.org/881213
Closes: https://bugs.gentoo.org/920362
Closes: https://bugs.gentoo.org/944453
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2025-01-01 16:22:46 +02:00

11 lines
372 B
Diff

--- a/get/getx11/makefile.src
+++ b/get/getx11/makefile.src
@@ -50,7 +50,7 @@
# getx11 - read RLE file to X11 display
getx11.out: $(X_O_FILES)
- ${CC} $(CFLAGS) $(X_O_FILES) -o getx11.new $(LIBS)
+ ${CC} $(CFLAGS) $(X_O_FILES) -o getx11.new $(LDFLAGS) $(LIBS)
mv getx11.new getx11.out
# Make prototypes.h and fn_decls.h. Only happens if HAVE_CPROTO is defined.