From e67b82fba991caf8d10bc2e059e3013261224b46 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Fri, 5 Oct 2007 21:25:23 +0000 Subject: - Update to 0.7.4 - unbreak gcc4.2 build on amd64 - fix vendor bug (vendor notified) PR: ports/116941 Submitted by: db Approved by: maintainer --- comms/aldo/files/patch-configure.ac | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 comms/aldo/files/patch-configure.ac (limited to 'comms/aldo/files/patch-configure.ac') 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 -- cgit v1.2.3