Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 284989 Details for
Bug 214461
sys-apps/waitmax-1.0 ebuild request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fix a few things in makefile
waitmax-1.1-make.patch (text/plain), 581 bytes, created by
Michael Palimaka (kensington)
on 2011-08-29 11:26:13 UTC
(
hide
)
Description:
fix a few things in makefile
Filename:
MIME Type:
Creator:
Michael Palimaka (kensington)
Created:
2011-08-29 11:26:13 UTC
Size:
581 bytes
patch
obsolete
>--- Makefile 2011-08-25 04:25:02.000000000 +1000 >+++ Makefile 2011-08-25 04:26:13.000000000 +1000 >@@ -3,14 +3,7 @@ > RPM_BUILDROOT=rpm.buildroot > > waitmax: waitmax.c >- @if type diet >/dev/null ; then \ >- echo "Compiling with diet (please ignore diet-warnings)..." ; \ >- diet gcc -s -o waitmax waitmax.c ; \ >- else \ >- echo "Compiling with normal gcc..." ; \ >- gcc -s -o waitmax waitmax.c ; \ >- fi >- echo "Fine. Typing 'make install' as root now will install into /usr/bin" >+ $(CC) $(CFLAGS) -o waitmax waitmax.c $(LDFLAGS) > > install: > mkdir -p $(DESTDIR)/usr/bin
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 214461
:
147223
|
284987
| 284989