[csw-devel] SF.net SVN: gar:[15150] csw/mgar/pkg/lang-python/subvertpy/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Wed Jul 20 14:23:04 CEST 2011


Revision: 15150
          http://gar.svn.sourceforge.net/gar/?rev=15150&view=rev
Author:   bdwalton
Date:     2011-07-20 12:23:04 +0000 (Wed, 20 Jul 2011)

Log Message:
-----------
lang-python/subvertpy/trunk: add a few environment variable exports to point the build system at our svn headers and libraries

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/subvertpy/trunk/Makefile

Modified: csw/mgar/pkg/lang-python/subvertpy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/subvertpy/trunk/Makefile	2011-07-20 12:20:22 UTC (rev 15149)
+++ csw/mgar/pkg/lang-python/subvertpy/trunk/Makefile	2011-07-20 12:23:04 UTC (rev 15150)
@@ -16,6 +16,10 @@
 RUNTIME_DEP_PKGS_CSWpy-subvertpy += CSWlibpython2-6-1-0
 RUNTIME_DEP_PKGS_CSWpy-subvertpy += CSWsvn
 
+SVN_LIBRARY_PATH = $(libdir)/svn
+SVN_HEADER_PATH = $(includedir)/subversion-1
+EXTRA_COMMON_EXPORTS = SVN_LIBRARY_PATH SVN_HEADER_PATH
+
 CONFIGURE_ARGS = $(DIRPATHS)
 SVN_PREFIX = /opt/csw
 EXTRA_LIB = /opt/csw/lib/svn


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