~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to packages/extra/gtk/gtk/gtk.pp

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
   $Id: gtk.pp,v 1.8 2005/02/14 17:13:20 peter Exp $
3
2
 
4
3
   GTK - The GIMP Toolkit
5
4
   Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
50
49
  {$else}
51
50
    const
52
51
    {$ifdef FreeBSD}
53
 
      gtkdll='gtk12';
54
 
      {$linklib gtk12}
 
52
      gtkdll='gtk-12';
 
53
      {$linklib gtk-12}
55
54
    {$else}
56
55
    {$ifdef darwin}
57
56
      {$define gtkdarwin}
96
95
{$i gtkincludes.pp}
97
96
 
98
97
end.
99
 
{
100
 
  $Log: gtk.pp,v $
101
 
  Revision 1.8  2005/02/14 17:13:20  peter
102
 
    * truncate log
103
 
 
104
 
}