summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2017-02-19 10:47:48 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2017-02-19 10:47:48 +0300
commit133dc17c3db57ce66e83a0c9251dbc853e27fa31 (patch)
tree0066f96ba9938b3f95ea8c3712be6d7ca604785b /media-gfx/tachyon/files/0.98.9-ldflags.patch
parentwww-apps/nanoc: add 4.3.8 and cleanup old versions (diff)
downloadgentoo-133dc17c3db57ce66e83a0c9251dbc853e27fa31.tar.gz
gentoo-133dc17c3db57ce66e83a0c9251dbc853e27fa31.tar.bz2
gentoo-133dc17c3db57ce66e83a0c9251dbc853e27fa31.zip
media-gfx/tachyon: Fix file collisions
Gentoo-Bug: 592576 Gentoo-Bug: 609982 Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-gfx/tachyon/files/0.98.9-ldflags.patch')
-rw-r--r--media-gfx/tachyon/files/0.98.9-ldflags.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-gfx/tachyon/files/0.98.9-ldflags.patch b/media-gfx/tachyon/files/0.98.9-ldflags.patch
deleted file mode 100644
index 99d5b8bfb664..000000000000
--- a/media-gfx/tachyon/files/0.98.9-ldflags.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/unix/Makefile b/unix/Makefile
-index 8dd0846..d2fe1ac 100644
---- a/unix/Makefile
-+++ b/unix/Makefile
-@@ -121,7 +121,7 @@ ${MGFLIB} : ../libmgf/Makefile
- };
-
- ${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