]> git.pld-linux.org Git - packages/ekg2.git/commitdiff
- fix building without perl, python or both
authorsparky <sparky@pld-linux.org>
Sun, 25 Jun 2006 21:43:33 +0000 (21:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ekg2-no_scripts.patch -> 1.1

ekg2-no_scripts.patch [new file with mode: 0644]

diff --git a/ekg2-no_scripts.patch b/ekg2-no_scripts.patch
new file mode 100644 (file)
index 0000000..5483a53
--- /dev/null
@@ -0,0 +1,41 @@
+--- 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)
+ 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 @@
+               AC_CONFIG_FILES([plugins/perl/Makefile])
+               AC_CONFIG_FILES([contrib/perl/Makefile])
+               PLUGINS="$PLUGINS perl"
++              CONTRIB="$CONTRIB perl"
+       fi
+ fi
+@@ -375,6 +379,7 @@
+               AC_CONFIG_FILES([plugins/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.035634 seconds and 4 git commands to generate.