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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Apr 9 15:57:33 CEST 2009


Revision: 4254
          http://gar.svn.sourceforge.net/gar/?rev=4254&view=rev
Author:   dmichelsen
Date:     2009-04-09 13:57:33 +0000 (Thu, 09 Apr 2009)

Log Message:
-----------
texinfo: Fix runtime linker path from bug #3598 and depend on CSWbash from #3613

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

Modified: csw/mgar/pkg/texinfo/trunk/Makefile
===================================================================
--- csw/mgar/pkg/texinfo/trunk/Makefile	2009-04-09 13:40:35 UTC (rev 4253)
+++ csw/mgar/pkg/texinfo/trunk/Makefile	2009-04-09 13:57:33 UTC (rev 4254)
@@ -19,10 +19,14 @@
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
-REQUIRED_PKGS = CSWgsed CSWncurses CSWiconv CSWggettextrt
+REQUIRED_PKGS = CSWbash CSWgsed CSWncurses CSWiconv CSWggettextrt
 
 CONFIGURE_ARGS = $(DIRPATHS)
 
+# /opt/csw/lib is added automatically during the build and the
+# required libraries don't offer optimized versions, hence no $ISALIST.
+RUNPATH_LINKER_FLAGS =
+
 TEST_TARGET = check
 
 EXTRA_MERGE_EXCLUDE_FILES = $(libdir)/charset.alias
@@ -31,6 +35,10 @@
 
 SPKG_REVSTAMP := $(SPKG_REVSTAMP)_rev=$(RELEASE)
 
+post-extract-modulated:
+	perl -pi -e "s(#! /bin/sh)(#!/opt/csw/bin/bash)" $(WORKSRC)/util/texi2dvi
+	@$(MAKECOOKIE)
+
 post-install-modulated:
 	ginstall -d $(DESTDIR)$(sbindir)
 	ginstall -m 755 $(WORKDIR)/mkdirentries $(DESTDIR)$(sbindir)/mkdirentries


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