diff options
author | Diane Bruce <db@FreeBSD.org> | 2007-10-05 21:25:23 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2007-10-05 21:25:23 +0000 |
commit | e67b82fba991caf8d10bc2e059e3013261224b46 (patch) | |
tree | 812903bc75fadda8d26a8cfa17220b64b5e95156 /comms/aldo/files/patch-configure.ac | |
parent | MP3Unicode is a command line utility to convert ID3 tags in mp3 (diff) |
- 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
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 |