diff options
Diffstat (limited to 'comms/aldo/files/patch-configure.ac')
-rw-r--r-- | comms/aldo/files/patch-configure.ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/aldo/files/patch-configure.ac b/comms/aldo/files/patch-configure.ac new file mode 100644 index 000000000000..79c145e1f7d7 --- /dev/null +++ b/comms/aldo/files/patch-configure.ac @@ -0,0 +1,13 @@ +--- configure.ac.orig 2007-05-16 05:52:24.000000000 -0400 ++++ configure.ac 2007-07-02 19:13:39.000000000 -0400 +@@ -7,6 +7,10 @@ + AM_CONFIG_HEADER(config.h) + AM_INIT_AUTOMAKE([dist-bzip2]) + ++CPPFLAGS="-I${includedir}" ++LDFLAGS="-L${libdir}" ++LIBS="-L${libdir} ${LIBS}" ++ + # Checks for programs. + AC_PROG_CXX + AC_PROG_INSTALL |