mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 14:44:11 +02:00
Closes: https://bugs.gentoo.org/710486 Closes: https://bugs.gentoo.org/831434 Closes: https://bugs.gentoo.org/875260 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
12 lines
966 B
Diff
12 lines
966 B
Diff
diff '--color=auto' -urN unix.orig/Makefile unix/Makefile
|
|
--- unix.orig/Makefile 2025-04-04 18:07:35.287673315 +0300
|
|
+++ unix/Makefile 2025-04-04 18:07:46.214794876 +0300
|
|
@@ -165,7 +165,7 @@
|
|
};
|
|
|
|
${ARCHDIR}/tachyon : ${RAYLIB} ${PARSELIB} ${OBJDIR}/main.o ${OBJDIR}/getargs.o ${OBJDIR}/parse.o ${OBJDIR}/nffparse.o ${OBJDIR}/glwin.o ${OBJDIR}/spaceball.o ${OBJDIR}/trackball.o ${PARSEOBJS}
|
|
- ${CC} ${CFLAGS} ${DEMOINC} -o ${ARCHDIR}/tachyon ${OBJDIR}/main.o ${OBJDIR}/getargs.o ${OBJDIR}/parse.o ${OBJDIR}/nffparse.o ${OBJDIR}/glwin.o ${OBJDIR}/spaceball.o ${OBJDIR}/trackball.o ${PARSEOBJS} -L${RAYLIBDIR} ${PARSELIBS} ${LIBS}
|
|
+ ${CC} ${CFLAGS} ${LDFLAGS} ${DEMOINC} -o ${ARCHDIR}/tachyon ${OBJDIR}/main.o ${OBJDIR}/getargs.o ${OBJDIR}/parse.o ${OBJDIR}/nffparse.o ${OBJDIR}/glwin.o ${OBJDIR}/spaceball.o ${OBJDIR}/trackball.o ${PARSEOBJS} -L${RAYLIBDIR} ${PARSELIBS} ${LIBS}
|
|
${STRIP} ${ARCHDIR}/tachyon
|
|
|
|
${ARCHDIR}/animray : ${RAYLIB} ${OBJDIR}/mainanim.o
|