Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 33668 Details for
Bug 54553
wmlpq-0.2.1 (new dockapp ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
wmlpq-makefile.patch
wmlpq-makefile.patch (text/plain), 740 bytes, created by
Przemyslaw Maciag (RETIRED)
on 2004-06-20 13:23:50 UTC
(
hide
)
Description:
wmlpq-makefile.patch
Filename:
MIME Type:
Creator:
Przemyslaw Maciag (RETIRED)
Created:
2004-06-20 13:23:50 UTC
Size:
740 bytes
patch
obsolete
>--- Makefile.orig 2001-03-27 22:19:12.000000000 +0000 >+++ Makefile 2004-06-20 18:52:17.513090584 +0000 >@@ -2,8 +2,9 @@ > CPPFLAGS = -I/usr/X11R6/include -I/usr/local/include > LIBS = -lXpm -lX11 -ldockapp > LDFLAGS = -L/usr/X11R6/lib -L/usr/local/lib >-CFLAGS = -O2 -Wall >+CFLAGS = -Wall > DFLAGS = -ggdb3 -Wall >+DESTDIR = /usr/bin/ > > wmlpq: wmlpq.c wmlpq-master.xpm > cc $(CFLAGS) $(LDFLAGS) $(CPPFLAGS) -o wmlpq $(LIBS) wmlpq.c >@@ -18,10 +19,8 @@ > rm -f wmlpq > > install: wmlpq >- cp -f wmlpq /usr/local/bin/ >- chmod 755 /usr/local/bin/wmlpq >- cp -f wmlpq.1x /usr/local/man/man1/ >- chmod 644 /usr/local/man/man1/wmlpq.1x >+ cp -f wmlpq ${DESTDIR} >+ chmod 755 ${DESTDIR}/wmlpq > > install-debian: wmlpq > cp -f wmlpq $(prefix)/usr/X11R6/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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 54553
:
33667
| 33668 |
33691
|
33692