Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 242709 Details for
Bug 331859
app-misc/mouseremote does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mouseremote-0.90-makefile.diff
mouseremote-0.90-makefile.patch (text/plain), 511 bytes, created by
Dane Smith (RETIRED)
on 2010-08-13 04:22:54 UTC
(
hide
)
Description:
mouseremote-0.90-makefile.diff
Filename:
MIME Type:
Creator:
Dane Smith (RETIRED)
Created:
2010-08-13 04:22:54 UTC
Size:
511 bytes
patch
obsolete
>--- MultiMouse/Makefile 1997-08-21 08:52:56.000000000 -0400 >+++ MultiMouse/Makefile.new 2010-08-13 00:05:47.000000000 -0400 >@@ -20,14 +20,13 @@ > -DMOUSE_FIFO=\"$(FIFO)\"\ > -DLOCKDIR=\"$(LOCKDIR)\"\ > -DMAX_MICE=$(MICE) >-CFLAGS= $(OPTS)\ >- -O2 # -DDEBUG >-LDLAGS= -O2 >+ >+OUTPUT_OPTION= $(OPTS) -o $@ > > all: $(TARGET) > > multimoused: $(OBJS) >- $(CC) -o $@ $(OBJS) >+ $(CC) $(LDFLAGS) -o $@ $(OBJS) > > multimouse.1 multimoused.8 multimouse: Makefile > sed -e 's|%LOCKDIR%|$(LOCKDIR)|' -e 's|%BINDIR%|$(BINDIR)|'\
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 Raw
Actions:
View
Attachments on
bug 331859
:
242069
|
242701
|
242703
|
242705
|
242707
| 242709