Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 342552 Details for
Bug 337915
x11-plugins/ascpu does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ascpu-1.11-gentoo.patch
ascpu-1.11-gentoo.patch (text/plain), 1.40 KB, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-18 17:19:28 UTC
(
hide
)
Description:
ascpu-1.11-gentoo.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-18 17:19:28 UTC
Size:
1.40 KB
patch
obsolete
>--- autoconf/Makefile.common.in.orig 1999-05-06 23:35:32.000000000 +0200 >+++ autoconf/Makefile.common.in 2006-09-11 23:07:41.000000000 +0200 >@@ -9,11 +9,10 @@ > install: install.bin install.man > > install.bin: $(PROG) >- $(STRIP) $(PROG) >- $(INSTALL_PROGRAM) $(PROG) $(AFTER_BIN_DIR) >+ $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(AFTER_BIN_DIR) > > install.man: >- $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1x >+ $(INSTALL_DATA) $(PROG).man $(DESTDIR)$(AFTER_MAN_DIR)/$(PROG).1x > > uninstall: > $(RMF) $(AFTER_BIN_DIR)/$(PROG) >--- autoconf/Makefile.defines.in.orig 1999-05-06 23:35:32.000000000 +0200 >+++ autoconf/Makefile.defines.in 2006-09-11 23:17:40.000000000 +0200 >@@ -2,6 +2,7 @@ > # Copyright (c) 1998, Guylhem AZNAR <guylhem@oeil.qc.ca> > # > >+DESTDIR = > CC = @CC@ > CCFLAGS = @CFLAGS@ > # -march=pentiumpro -mcpu=pentiumpro >@@ -21,7 +22,7 @@ > LEXFLAGS = > > INSTALL = @INSTALL@ >-INSTALL_PROGRAM = @INSTALL@ -s -m 755 >+INSTALL_PROGRAM = @INSTALL@ -m 755 > INSTALL_DATA = @INSTALL@ -m 644 > > INCS_X = @X_CFLAGS@ >--- autoconf/Makefile.common.in 1999-05-06 23:35:32.000000000 +0200 >+++ autoconf/Makefile.common.in_new 2013-03-18 18:13:05.550047149 +0100 >@@ -34,7 +34,7 @@ > done > > $(PROG): $(OBJS) >- $(CC) $(OBJS) $(LIBRARIES) $(EXTRA_LIBRARIES) -o $(@) >+ $(CC) $(OBJS) $(LIBRARIES) $(EXTRA_LIBRARIES) -o $(@) $(LDFLAGS) > > .c.o: > $(CC) $(CCFLAGS) $(EXTRA_DEFINES) $(INCLUDES) $(EXTRA_INCLUDES) -c $*.c
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 337915
:
247826
|
342550
| 342552