diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-07-18 14:10:19 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-07-18 14:10:19 +0000 |
commit | 55b8e2f2357d7055f171b8affdffb00807ce1497 (patch) | |
tree | e077e430da1936869489e5b27d4130013152a790 | |
parent | 987a1cc1478c2455224169f320766f42d0dc890e (diff) |
libftdi: remove examples-dir from configure.ac too
-rw-r--r-- | packages/libftdi/files/autotools.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/libftdi/files/autotools.patch b/packages/libftdi/files/autotools.patch index e10528ea73..ab0bb02a85 100644 --- a/packages/libftdi/files/autotools.patch +++ b/packages/libftdi/files/autotools.patch @@ -2,7 +2,7 @@ Index: libftdi-0.13/configure.ac =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ libftdi-0.13/configure.ac 2008-07-18 14:35:52.710117546 +0200 -@@ -0,0 +1,54 @@ +@@ -0,0 +1,53 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + @@ -53,7 +53,6 @@ Index: libftdi-0.13/configure.ac + libftdi.pc + libftdi.spec + doc/Makefile -+ examples/Makefile + src/Makefile]) +AC_CONFIG_COMMANDS([default],[[chmod a+x libftdi-config]],[[]]) +AC_OUTPUT |