Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 142178 Details for
Bug 207982
sys-apps/watsup ebuild request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch used by the above ebuild.
watsup-pbuild.patch (text/plain), 1.33 KB, created by
Chris
on 2008-01-30 03:59:10 UTC
(
hide
)
Description:
Patch used by the above ebuild.
Filename:
MIME Type:
Creator:
Chris
Created:
2008-01-30 03:59:10 UTC
Size:
1.33 KB
patch
obsolete
>diff -Naur watsup/pbuild watsup/build >--- watsup/pbuild 2008-01-29 10:21:46.000000000 -0700 >+++ watsup/build 2008-01-30 01:46:46.000000000 -0700 >@@ -9,23 +9,26 @@ > DATADIR=$PREFIX > DOCDIR=$PREFIX > >-g++ -O -Wall -o $APPNAME $APPNAME.cpp zfuncs.cpp \ >- $(pkg-config --cflags gtk+-2.0 --libs gtk+-2.0 gthread-2.0) \ >- -D "DATADIR=\"$DATADIR\"" \ >- -D "DOCDIR=\"$DOCDIR\"" >-if [ $? -ne 0 ]; then exit 1; fi >+if [ $1 == "b" ]; then >+ g++ -O -Wall -o $APPNAME $APPNAME.cpp zfuncs.cpp \ >+ $(pkg-config --cflags gtk+-2.0 --libs gtk+-2.0 gthread-2.0) \ >+ -D "DATADIR=\"$DATADIR\"" \ >+ -D "DOCDIR=\"$DOCDIR\"" >+ if [ $? -ne 0 ]; then exit 1; fi >+fi >+ >+if [ $1 == "i" ]; then >+ mkdir -p -m o=rx $DATADIR >+ mkdir -p -m o=rx $DOCDIR >+ if [ $? -ne 0 ]; then exit 1; fi >+ >+ cp -f *.pdf $DOCDIR >+ cp -f -r icons $DATADIR >+ cp -f *.xtext $DATADIR >+ cp -f $APPNAME $BINDIR >+ if [ $? -ne 0 ]; then exit 1; fi > >-mkdir -p -m o=rx $DATADIR >-mkdir -p -m o=rx $DOCDIR >-if [ $? -ne 0 ]; then exit 1; fi >- >-cp -f *.pdf $DOCDIR >-cp -f -r icons $DATADIR >-cp -f *.xtext $DATADIR >-cp -f $APPNAME $BINDIR >-if [ $? -ne 0 ]; then exit 1; fi >- >-echo "$APPNAME build successful" >+ echo "$APPNAME build successful" >+fi > exit 0 > >-
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 207982
:
142176
| 142178 |
186284