diff options
author | sobomax <sobomax@FreeBSD.org> | 2004-10-18 03:13:49 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2004-10-18 03:13:49 +0800 |
commit | 94c415b95af8ad8f7392b85c2018d89122fa7277 (patch) | |
tree | e49a2d7ae261f6072d5bed1b4c5d5484f8665083 /net/radiusclient | |
parent | d3726c5cc03c51b3933aeaed094aea531a17f66a (diff) | |
download | freebsd-ports-gnome-94c415b95af8ad8f7392b85c2018d89122fa7277.tar.gz freebsd-ports-gnome-94c415b95af8ad8f7392b85c2018d89122fa7277.tar.zst freebsd-ports-gnome-94c415b95af8ad8f7392b85c2018d89122fa7277.zip |
Add file missed in the previous commit.
Diffstat (limited to 'net/radiusclient')
-rw-r--r-- | net/radiusclient/files/patch-configure | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net/radiusclient/files/patch-configure b/net/radiusclient/files/patch-configure new file mode 100644 index 000000000000..9febeb742c80 --- /dev/null +++ b/net/radiusclient/files/patch-configure @@ -0,0 +1,27 @@ + +$FreeBSD$ + +--- configure.orig Sat Dec 6 22:40:13 2003 ++++ configure Sun Dec 7 01:55:48 2003 +@@ -8766,13 +8766,6 @@ + ;; + esac + +- if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null +- then +- { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5 +-echo "$as_me: error: tag name \"$tagname\" already exists" >&2;} +- { (exit 1); exit 1; }; } +- fi +- + # Update the list of available tags. + if test -n "$tagname"; then + echo appending configuration tag \"$tagname\" to $ofile +@@ -17820,6 +17813,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' |