[Lunar-commits] <moonbase> ctl: Adding a patch to fix pkgconfig errors.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Mar 12 18:25:24 CET 2010


commit 14ec940acaab8e942bbebf4971c01fbc357f8668
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Fri Mar 12 12:25:24 2010 -0500

    ctl: Adding a patch to fix pkgconfig errors.
---
 devel/ctl/BUILD   |    3 +++
 devel/ctl/DETAILS |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/devel/ctl/BUILD b/devel/ctl/BUILD
index 9a6149d..6a93495 100644
--- a/devel/ctl/BUILD
+++ b/devel/ctl/BUILD
@@ -1,6 +1,9 @@
 (
 
   patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+  cd .. &&
+  patch_it $SOURCE_CACHE/$SOURCE3 0  &&
+  cd $SOURCE_DIRECTORY &&
 
   default_build
 
diff --git a/devel/ctl/DETAILS b/devel/ctl/DETAILS
index d47004b..eb89495 100644
--- a/devel/ctl/DETAILS
+++ b/devel/ctl/DETAILS
@@ -2,13 +2,16 @@
          VERSION=1.4.1
           SOURCE=$MODULE-$VERSION.tar.gz
          SOURCE2=$MODULE-$VERSION-gcc44.patch.bz2
+         SOURCE3=$MODULE-$VERSION-fix_pkgconfig.patch
       SOURCE_URL=$SFORGE_URL/ampasctl
      SOURCE2_URL=$PATCH_URL
+     SOURCE3_URL=$PATCH_URL
       SOURCE_VFY=sha1:4e31de8e8da144bbc840d97014a8f45e20e398ac
      SOURCE2_VFY=sha1:1d8b24f76c58c9a3fec7ccac1bca55a6ecc33446
+     SOURCE3_VFY=sha1:afe0f1c365232e637e128cabcf355518b4c89537
         WEB_SITE=http://ampasctl.sourceforge.net
          ENTERED=20070822
-         UPDATED=20071028
+         UPDATED=20100312
            SHORT="Color Transformation Language"
 
 cat << EOF


More information about the Lunar-commits mailing list