[csw-devel] SF.net SVN: gar:[19622] csw/mgar/pkg/aspell/trunk/Makefile

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Sat Nov 10 21:22:18 CET 2012


Revision: 19622
          http://gar.svn.sourceforge.net/gar/?rev=19622&view=rev
Author:   chninkel
Date:     2012-11-10 20:22:18 +0000 (Sat, 10 Nov 2012)
Log Message:
-----------
aspell/trunk: don't use versioned directory name after all as aspell doesn't find current dictionnaries anymore

Modified Paths:
--------------
    csw/mgar/pkg/aspell/trunk/Makefile

Modified: csw/mgar/pkg/aspell/trunk/Makefile
===================================================================
--- csw/mgar/pkg/aspell/trunk/Makefile	2012-11-10 19:51:37 UTC (rev 19621)
+++ csw/mgar/pkg/aspell/trunk/Makefile	2012-11-10 20:22:18 UTC (rev 19622)
@@ -27,7 +27,7 @@
 SPKG_DESC_CSWlibaspell15 = The GNU spell checker (libraries)
 PKGFILES_CSWlibaspell15  = $(call pkgfiles_lib,libaspell.so.15)
 PKGFILES_CSWlibaspell15 += $(call pkgfiles_lib,libpspell.so.15)
-PKGFILES_CSWlibaspell15 += $(libdir)/aspell-.*/.*
+PKGFILES_CSWlibaspell15 += $(libdir)/aspell/.*
 PKGFILES_CSWlibaspell15 += $(docdir)/libaspell15/.* 
 RUNTIME_DEP_PKGS_CSWlibaspell15 += CSWlibintl8
 
@@ -61,6 +61,9 @@
 EXTRA_LINKER_FLAGS = -lm -norunpath
 
 CONFIGURE_ARGS = $(DIRPATHS)
+# The dictionnaries should be in a version indenpendant path
+CONFIGURE_ARGS += --enable-pkglibdir=$(libdir)/aspell
+CONFIGURE_ARGS += --enable-pkgdatadir=$(libdir)/aspell
 
 include gar/category.mk
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list