Ticket #3018: yydecode-tiger.2.diff

File yydecode-tiger.2.diff, 846 bytes (added by dhjr@…, 19 years ago)

Patch now properly handles Panther vs Tiger

Line 
1? work
2? yydecode-tiger.diff
3Index: Portfile
4===================================================================
5RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/sysutils/yydecode/Portfile,v
6retrieving revision 1.4
7diff -c -r1.4 Portfile
8*** Portfile    3 Feb 2004 00:30:09 -0000       1.4
9--- Portfile    11 May 2005 04:28:44 -0000
10***************
11*** 17,22 ****
12  master_sites          sourceforge
13  checksums     md5 9e6c5eb009f9084f7cbe7e4b766b12d8
14  platforms     darwin
15! configure.env CFLAGS=-DHAVE_U_INT32_T
16  configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man
17 
18--- 17,26 ----
19  master_sites          sourceforge
20  checksums     md5 9e6c5eb009f9084f7cbe7e4b766b12d8
21  platforms     darwin
22!
23! platform darwin 7 {
24!     configure.env     CFLAGS=-DHAVE_U_INT32_T
25! }
26!
27  configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man
28