[csw-devel] SF.net SVN: gar:[21588] csw/mgar/pkg/guile/trunk/Makefile
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Wed Jul 31 10:14:47 CEST 2013
Revision: 21588
http://gar.svn.sourceforge.net/gar/?rev=21588&view=rev
Author: pfelecan
Date: 2013-07-31 08:14:36 +0000 (Wed, 31 Jul 2013)
Log Message:
-----------
guile/trunk/Makefile:
- addition of a run-time dependency https://www.opencsw.org/mantis/view.php?id=5097
- removed kludge for time stamps which was required until mgar merge
was corrected
Modified Paths:
--------------
csw/mgar/pkg/guile/trunk/Makefile
Modified: csw/mgar/pkg/guile/trunk/Makefile
===================================================================
--- csw/mgar/pkg/guile/trunk/Makefile 2013-07-30 22:38:03 UTC (rev 21587)
+++ csw/mgar/pkg/guile/trunk/Makefile 2013-07-31 08:14:36 UTC (rev 21588)
@@ -111,6 +111,7 @@
RUNTIME_DEP_PKGS_CSWguile-dev += CSWguile
RUNTIME_DEP_PKGS_CSWguile-dev += CSWlibguilereadline-v18-18
RUNTIME_DEP_PKGS_CSWguile-dev += CSWlibguile2-0-22
+RUNTIME_DEP_PKGS_CSWguile-dev += CSWlibgmp-dev
ARCHALL_CSWguile-dev = 1
CHECKPKG_OVERRIDES_CSWguile-dev += archall-devel-package
@@ -143,11 +144,4 @@
cd $(DESTDIR)$(libdir) && ln -s libguile.so.12.3.0 libguile.so.12
ginstall $(WORKDIR)/libguile-ltdl.so.1.0.0 $(DESTDIR)$(libdir)
cd $(DESTDIR)$(libdir) && ln -s libguile-ltdl.so.1.0.0 libguile-ltdl.so.1
- # the compiled and cached files must be newer than the sources,
- # avoiding messages such as ";;; note: source file
- # /opt/csw/share/guile/2.0/ice-9/eval.scm ;;; newer than compiled
- # /opt/csw/lib/guile/2.0/ccache/ice-9/eval.go" interfering with
- # configure usage of guile-config output, e.g., in autogen
- sleep 1
- find $(DESTDIR)$(libdir) -type f -name '*.go' -exec touch {} \;
$(MAKECOOKIE)
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