diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-05-02 22:59:47 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-05-02 22:59:47 +0000 |
commit | e42e4f0f1505b99aad484deb5b4017ec46bc3bfc (patch) | |
tree | fe73ff25a9cd54143e726e1938d004b4e7d2f48f /www/asp2php/files/patch-Makefile | |
parent | Give maintainership to erwin@lansing.dk (diff) |
Update to 0.76.5
PR: 37690
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=58473
Diffstat (limited to 'www/asp2php/files/patch-Makefile')
-rw-r--r-- | www/asp2php/files/patch-Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www/asp2php/files/patch-Makefile b/www/asp2php/files/patch-Makefile deleted file mode 100644 index ae1664367e99..000000000000 --- a/www/asp2php/files/patch-Makefile +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.orig Sun Mar 31 13:05:47 2002 -+++ Makefile Sun Mar 31 13:06:07 2002 -@@ -1,5 +1,4 @@ - --CC=gcc - #FLAGS=-DDEBUG - - default: -@@ -38,5 +37,5 @@ - rm -f *.o - - gui: -- $(CC) -o gtkasp2php gtkasp2php.c `gtk-config --cflags` `gtk-config --libs` -+ $(CC) -o gtkasp2php gtkasp2php.c `${GTK_CONFIG} --cflags` `${GTK_CONFIG} --libs` - |