Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15353 Details for
Bug 25738
dev-php/asp2php-0.76.17 (New ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile patch
asp2php-0.76.17-makefile.patch (text/plain), 1.22 KB, created by
Lin Zhemin
on 2003-08-01 19:40:23 UTC
(
hide
)
Description:
Makefile patch
Filename:
MIME Type:
Creator:
Lin Zhemin
Created:
2003-08-01 19:40:23 UTC
Size:
1.22 KB
patch
obsolete
>--- Makefile.orig 2003-08-02 09:38:53.000000000 +0800 >+++ Makefile 2003-08-02 09:42:05.000000000 +0800 >@@ -1,7 +1,4 @@ >- >-CC=gcc >-LD=ld >-CFLAGS=-Wall >+DESTDIR=/usr/local > > default: > cd src && make >@@ -18,9 +15,10 @@ > @mv src/gtkasp2php . > > install: >- @if [ -e asp2php ]; then install asp2php /usr/local/bin; fi; >- @if [ -e gtkasp2php ]; then install gtkasp2php /usr/local/bin; fi; >- @echo "Compiled programs have been installed in /usr/local/bin" >+ @mkdir -p $(DESTDIR)/bin; >+ @if [ -e asp2php ]; then install asp2php $(DESTDIR)/bin; fi; >+ @if [ -e gtkasp2php ]; then install gtkasp2php $(DESTDIR)/bin; fi; >+ @echo "Compiled programs have been installed in $(DESTDIR)/bin" > @echo "" > > uninstall: >--- src/Makefile.orig 2003-08-02 09:48:07.000000000 +0800 >+++ src/Makefile 2003-08-02 09:48:20.000000000 +0800 >@@ -1,9 +1,3 @@ >- >-CC=gcc >-LD=ld >-#FLAGS=-DDEBUG >-CFLAGS=-Wall >- > default: > @cd jscript && make > $(CC) -c class.c $(CFLAGS) $(FLAGS) >--- src/jscript/Makefile.orig 2003-08-02 09:49:43.000000000 +0800 >+++ src/jscript/Makefile 2003-08-02 09:49:46.000000000 +0800 >@@ -1,9 +1,3 @@ >- >-CC=gcc >-LD=ld >-#FLAGS=-DDEBUG >-CFLAGS=-Wall >- > default: > $(CC) -c conditionals_j.c $(CFLAGS) $(FLAGS) > $(CC) -c eval_expression_j.c $(CFLAGS) $(FLAGS)
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 25738
:
15352
| 15353