CVSROOT:        /cvs
Module name:    ports
Changes by:     [EMAIL PROTECTED]       2008/11/13 10:07:27

Modified files:
        textproc/aspell/core: Makefile 
        textproc/aspell/core/patches: patch-configure 

Log message:
- disable threading; by default it will link with -lpthread which is
wrong; linking with -pthread will not get recorded and induce other
issues while non-threaded apps won't be able to use libaspell at all
- fix post-build target to make sure the aspell "en" dictionnary building
process can find all required libs
- add CPPFLAGS and LDFLAGS to CONFIGURE_ENV to that libaspell.la is created
with correct ddependency_libs

Reply via email to