Ticket #3068: aterm-tiger.diff

File aterm-tiger.diff, 532 bytes (added by dhjr@…, 19 years ago)

Remove utmp support and the port builds

Line 
1? Portfile.tiger
2? aterm-tiger.diff
3? build.out
4? work
5Index: Portfile
6===================================================================
7RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/x11/aterm/Portfile,v
8retrieving revision 1.10
9diff -c -r1.10 Portfile
10*** Portfile    22 Jan 2004 06:03:41 -0000      1.10
11--- Portfile    11 May 2005 04:14:42 -0000
12***************
13*** 40,42 ****
14--- 40,45 ----
15  variant nextscroll {
16        configure.args-append   --enable-next-scroll
17  }
18+ platform darwin 8 {
19+       configure.args-delete   --enable-utmp
20+ }