mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-12 16:18:42 +02:00
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>
11 lines
372 B
Diff
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.
|