This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITA] ccrypt-1.9-1


On 2012-03-30 02:22, marco atzeri wrote:
one question on cygport, for this package to solve a
autopoint, intltoolize collision I used

cd ${S}
cygautoreconf
intltoolize --automake --copy --force --debug
cd ${B}


there is another workaround to convince cygautoreconf ? it seems the AUTOPOINT definition is forced on cygport.

intltoolize is usually used by GNOME packages, which use gnome-autogen (which knows what to do with intltoolize) instead of autoreconf. Therefore, currently the only way to handle intltool is via gnome2.cygclass; in this case, inherit gnome2, define CYGCONF_ARGS="--disable-libcrypt" and drop your src_compile(). A bit of an overkill, perhaps, but it works.



Yaakov



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]