Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 640832 Details for
Bug 714094
media-libs/libsdl2 with app-shells/dash that supports LINENO: Makefile:413: *** multiple target patterns. Stop.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dash-bug-workaround.patch
dash-bug-workaround.patch (text/plain), 3.10 KB, created by
Matt Whitlock
on 2020-05-21 21:15:20 UTC
(
hide
)
Description:
dash-bug-workaround.patch
Filename:
MIME Type:
Creator:
Matt Whitlock
Created:
2020-05-21 21:15:20 UTC
Size:
3.10 KB
patch
obsolete
>diff -Naur a/configure.ac b/configure.ac >--- a/configure.ac 2020-05-21 20:56:27.038467998 +0000 >+++ b/configure.ac 2020-05-21 20:57:34.940097720 +0000 >@@ -4185,9 +4185,7 @@ > DEPENDS=`echo $SOURCES | tr ' ' '\n'` > for EXT in asm cc m c S; do > OBJECTS=`echo "$OBJECTS" | sed 's,[[^ ]]*/\([[^ ]]*\)\.'$EXT',$(objects)/\1.lo,g'` >- DEPENDS=`echo "$DEPENDS" | sed "s,^\\([[^ ]]*\\)/\\([[^ ]]*\\)\\.$EXT\\$,\\\\ >-\\$(objects)/\\2.lo: \\1/\\2.$EXT \\$(objects)/.created\\\\ >- \\$(RUN_CMD_CC)\\$(LIBTOOL) --tag=CC --mode=compile \\$(CC) \\$(CFLAGS) \\$(EXTRA_CFLAGS) $DEPENDENCY_TRACKING_OPTIONS -c \\$< -o \\$@,g"` >+ DEPENDS=`echo "$DEPENDS" | sed "s,^\\([[^ ]]*\\)/\\([[^ ]]*\\)\\.$EXT\\$,\\\n\\$(objects)/\\2.lo: \\1/\\2.$EXT \\$(objects)/.created\\\n \\$(RUN_CMD_CC)\\$(LIBTOOL) --tag=CC --mode=compile \\$(CC) \\$(CFLAGS) \\$(EXTRA_CFLAGS) $DEPENDENCY_TRACKING_OPTIONS -c \\$< -o \\$@,g"` > done > > GEN_OBJECTS=`echo "$GEN_SOURCES" | sed 's,[[^ ]]*/\([[^ ]]*\)\.c,$(objects)/\1.lo,g'` >@@ -4195,23 +4193,17 @@ > VERSION_OBJECTS=`echo $VERSION_SOURCES` > VERSION_DEPENDS=`echo $VERSION_SOURCES` > VERSION_OBJECTS=`echo "$VERSION_OBJECTS" | sed 's,[[^ ]]*/\([[^ ]]*\)\.rc,$(objects)/\1.lo,g'` >-VERSION_DEPENDS=`echo "$VERSION_DEPENDS" | sed "s,\\([[^ ]]*\\)/\\([[^ ]]*\\)\\.rc,\\\\ >-\\$(objects)/\\2.lo: \\1/\\2.rc \\$(objects)/.created\\\\ >- \\$(LIBTOOL) --mode=compile --tag=RC \\$(WINDRES) -i \\$< -o \\$@,g"` >+VERSION_DEPENDS=`echo "$VERSION_DEPENDS" | sed "s,\\([[^ ]]*\\)/\\([[^ ]]*\\)\\.rc,\\\n\\$(objects)/\\2.lo: \\1/\\2.rc \\$(objects)/.created\\\n \\$(LIBTOOL) --mode=compile --tag=RC \\$(WINDRES) -i \\$< -o \\$@,g"` > > SDLMAIN_OBJECTS=`echo $SDLMAIN_SOURCES` > SDLMAIN_DEPENDS=`echo $SDLMAIN_SOURCES` > SDLMAIN_OBJECTS=`echo "$SDLMAIN_OBJECTS" | sed 's,[[^ ]]*/\([[^ ]]*\)\.c,$(objects)/\1.lo,g'` >-SDLMAIN_DEPENDS=`echo "$SDLMAIN_DEPENDS" | sed "s,\\([[^ ]]*\\)/\\([[^ ]]*\\)\\.c,\\\\ >-\\$(objects)/\\2.lo: \\1/\\2.c \\$(objects)/.created\\\\ >- \\$(RUN_CMD_CC)\\$(LIBTOOL) --tag=CC --mode=compile \\$(CC) \\$(CFLAGS) \\$(EXTRA_CFLAGS) $DEPENDENCY_TRACKING_OPTIONS -c \\$< -o \\$@,g"` >+SDLMAIN_DEPENDS=`echo "$SDLMAIN_DEPENDS" | sed "s,\\([[^ ]]*\\)/\\([[^ ]]*\\)\\.c,\\\n\\$(objects)/\\2.lo: \\1/\\2.c \\$(objects)/.created\\\n \\$(RUN_CMD_CC)\\$(LIBTOOL) --tag=CC --mode=compile \\$(CC) \\$(CFLAGS) \\$(EXTRA_CFLAGS) $DEPENDENCY_TRACKING_OPTIONS -c \\$< -o \\$@,g"` > > SDLTEST_OBJECTS=`echo $SDLTEST_SOURCES` > SDLTEST_DEPENDS=`echo $SDLTEST_SOURCES` > SDLTEST_OBJECTS=`echo "$SDLTEST_OBJECTS" | sed 's,[[^ ]]*/\([[^ ]]*\)\.c,$(objects)/\1.lo,g'` >-SDLTEST_DEPENDS=`echo "$SDLTEST_DEPENDS" | sed "s,\\([[^ ]]*\\)/\\([[^ ]]*\\)\\.c,\\\\ >-\\$(objects)/\\2.lo: \\1/\\2.c \\$(objects)/.created\\\\ >- \\$(RUN_CMD_CC)\\$(LIBTOOL) --tag=CC --mode=compile \\$(CC) \\$(CFLAGS) \\$(EXTRA_CFLAGS) $DEPENDENCY_TRACKING_OPTIONS -c \\$< -o \\$@,g"` >+SDLTEST_DEPENDS=`echo "$SDLTEST_DEPENDS" | sed "s,\\([[^ ]]*\\)/\\([[^ ]]*\\)\\.c,\\\n\\$(objects)/\\2.lo: \\1/\\2.c \\$(objects)/.created\\\n \\$(RUN_CMD_CC)\\$(LIBTOOL) --tag=CC --mode=compile \\$(CC) \\$(CFLAGS) \\$(EXTRA_CFLAGS) $DEPENDENCY_TRACKING_OPTIONS -c \\$< -o \\$@,g"` > > # Set runtime shared library paths as needed >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 714094
:
624746
| 640832 |
640834