diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-02-11 02:14:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-02-11 02:14:30 +0000 |
commit | d00fb69ce5397fb7f5e75a0ee897ae47b43b14d1 (patch) | |
tree | bd1d6ba97d7ecc3f5fb9c9db57fed1e946ffd437 /comms/lirc/files/patch-configure | |
parent | Move lang/g95 -> lang/gfortran (diff) |
Respect CFLAGS; utilize USE_GETOPT_LONG; utilize USE_LIBTOOL.
PR: ports/59842
Submitted by: Ports Fury
Approved by: maintainer timeout (6 weeks)
Diffstat (limited to '')
-rw-r--r-- | comms/lirc/files/patch-configure | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/lirc/files/patch-configure b/comms/lirc/files/patch-configure new file mode 100644 index 000000000000..aeda4d1cc128 --- /dev/null +++ b/comms/lirc/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig Sun Oct 6 18:22:41 2002 ++++ configure Sun Nov 30 23:26:58 2003 +@@ -1495,8 +1495,6 @@ + + ac_config_headers="$ac_config_headers config.h" + +-CFLAGS="-O2 -g -Wall" +- + ac_ext=c + ac_cpp='$CPP $CPPFLAGS' + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +@@ -6753,6 +6751,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |