Magellan Linux

Diff of /trunk/extras/libidl/libidl-0.8.13-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1664 by niro, Wed May 13 11:11:59 2009 UTC revision 1701 by niro, Thu May 14 21:36:45 2009 UTC
# Line 10  STATE="unstable" Line 10  STATE="unstable"
10  DESCRIPTION="libIDL is a library for creating trees of CORBA Interface Definition Language (IDL) files."  DESCRIPTION="libIDL is a library for creating trees of CORBA Interface Definition Language (IDL) files."
11  HOMEPAGE="http://www.gnome.org/"  HOMEPAGE="http://www.gnome.org/"
12    
13  DEPEND=">= dev-libs/glib2-2.20  DEPEND=">= dev-libs/glib2-2.20"
  >= sys-dev/flex-2.5.33"  
14    
15  SDEPEND=">= dev-util/pkgconfig-0.23"  SDEPEND=">= dev-util/pkgconfig-0.23
16     >= sys-dev/flex-2.5.33"
17    
18  SRCFILE="${PNAME/idl/IDL}-${PVER}.tar.bz2"  SRCFILE="${PNAME/idl/IDL}-${PVER}.tar.bz2"
19  SRCDIR="${BUILDDIR}/${PNAME/idl/IDL}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME/idl/IDL}-${PVER}"
# Line 35  src_prepare() Line 35  src_prepare()
35    
36   # fixes some build issues with flex-2.5.34   # fixes some build issues with flex-2.5.34
37   # see: http://bugzilla.gnome.org/show_bug.cgi?id=507344   # see: http://bugzilla.gnome.org/show_bug.cgi?id=507344
38   mpatch ${PNAME}-${PVER}-flex-0.8.10-fix.patch || die   mpatch ${PNAME}-0.8.10-flex-2.5.34-fix.patch || die
39  }  }

Legend:
Removed from v.1664  
changed lines
  Added in v.1701