Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 142042 Details for
Bug 207945
x11-plugins/wmalms-1.1.1 QA fixes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
wmalms-1.1.1-makefile.patch
wmalms-1.1.1-makefile.patch (text/plain), 995 bytes, created by
Jakub Moc (RETIRED)
on 2008-01-28 18:57:03 UTC
(
hide
)
Description:
wmalms-1.1.1-makefile.patch
Filename:
MIME Type:
Creator:
Jakub Moc (RETIRED)
Created:
2008-01-28 18:57:03 UTC
Size:
995 bytes
patch
obsolete
>--- Makefile.in.orig 2003-10-12 23:42:01.000000000 +0200 >+++ Makefile.in 2008-01-28 19:49:08.000000000 +0100 >@@ -45,7 +45,7 @@ > rm -rf *.cache > > wmalms: wmalms.dep $(MODULES) >- gcc -o wmalms $(CFLAGS) $(MODULES) $(LIBDIR) -lX11 -lXpm $(LIBEXT) $(LIBLMS) >+ $(CC) -o wmalms $(CFLAGS) $(MODULES) $(LIBDIR) $(LDFLAGS) -lX11 -lXpm $(LIBEXT) $(LIBLMS) > @echo $(SEP) > @echo "You've done it!" > @echo "Now log in as root and type 'make install' to install the binary and documents" >@@ -60,11 +60,11 @@ > $(CC) $(CFLAGS) $(INCLUDES) -MM $(patsubst %.o,%.c,$(MODULES)) > wmalms.dep > > install: >- $(INSTALL) -d ${BINDIR} >- $(INSTALL) -s wmalms ${BINDIR} >+ $(INSTALL) -d $(DESTDIR)${BINDIR} >+ $(INSTALL) wmalms $(DESTDIR)${BINDIR} > ifneq ("$(WITH_RPM)", "yes") >- $(INSTALL) -d ${DOCDIR} >- $(INSTALL) README *.html ${DOCDIR} >+ $(INSTALL) -d $(DESTDIR)${DOCDIR} >+ $(INSTALL) README manual.html $(DESTDIR)${DOCDIR} > endif > @echo $(SEP) > @echo "Installation of wmalms ${VERSION} completed."
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 207945
: 142042 |
142044