diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-07 11:46:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-07 11:46:09 +0000 |
commit | 8ed6dd60859fc88d9246852370f2bcb92ec28aa8 (patch) | |
tree | 5ab84e52b32e358b8b3de63df0456c2e51468cb8 /www/cgicc/files/patch-configure | |
parent | upgrade to 0.77.1 (diff) |
- Do not install useless .la file
- Utilize NOPORTDOCS
PR: 44981
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=69653
Diffstat (limited to 'www/cgicc/files/patch-configure')
-rw-r--r-- | www/cgicc/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/cgicc/files/patch-configure b/www/cgicc/files/patch-configure new file mode 100644 index 000000000000..6e0a74adf0b8 --- /dev/null +++ b/www/cgicc/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Mon Mar 18 06:39:53 2002 ++++ configure Sat Nov 2 14:30:17 2002 +@@ -7835,6 +7835,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' |