]> git.pld-linux.org Git - packages/ekg2.git/commitdiff
- no scripts included in sources right now: different fix needed
authorsparky <sparky@pld-linux.org>
Thu, 10 Aug 2006 17:58:20 +0000 (17:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ekg2-no_scripts.patch -> 1.2

ekg2-no_scripts.patch

index 5483a537a5d456d3ffdc8caafed71d8a9a02a6ef..3ea365e19f90b7bc2511a7cbc1fc1b1f0a367bfc 100644 (file)
@@ -1,41 +1,18 @@
 --- ekg2-20060622/configure.ac~        2006-06-25 23:04:08.000000000 +0200
 +++ ekg2-20060622/configure.ac 2006-06-25 23:25:02.000000000 +0200
-@@ -34,6 +34,7 @@
- AC_SUBST(COMPAT)
- AC_SUBST(DLLIB)
- AC_SUBST(PLUGINS)
-+AC_SUBST(CONTRIB)
+@@ -364,7 +364,6 @@
  
- dnl FreeBSD
- AC_NEED_STDINT_H
-@@ -351,6 +352,8 @@
-       fi
- fi
-+CONTRIB=""
-+
- AC_ARG_WITH(perl,
-         [  --without-perl        Compile without perl support (perl plugin)])
-@@ -361,6 +364,7 @@
+       if test "x$have_perl" = "xyes"; then
                AC_CONFIG_FILES([plugins/perl/Makefile])
-               AC_CONFIG_FILES([contrib/perl/Makefile])
+-              AC_CONFIG_FILES([contrib/perl/Makefile])
                PLUGINS="$PLUGINS perl"
-+              CONTRIB="$CONTRIB perl"
        fi
  fi
+@@ -378,7 +377,6 @@
  
-@@ -375,6 +379,7 @@
+       if test "x$have_python" = "xyes"; then
                AC_CONFIG_FILES([plugins/python/Makefile])
-               AC_CONFIG_FILES([contrib/python/Makefile])
+-              AC_CONFIG_FILES([contrib/python/Makefile])
                PLUGINS="$PLUGINS python"
-+              CONTRIB="$CONTRIB python"
        fi
  fi
---- ekg2-20060622/contrib/Makefile.am~ 2006-06-08 11:01:22.000000000 +0200
-+++ ekg2-20060622/contrib/Makefile.am  2006-06-25 23:30:27.000000000 +0200
-@@ -1,2 +1,2 @@
- EXTRA_DIST = 
--SUBDIRS = perl python
-+SUBDIRS = @CONTRIB@
This page took 0.039761 seconds and 4 git commands to generate.