diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
commit | b185046be2ec03555daaf4f26d38542c403a9955 (patch) | |
tree | 0274ce607614533de66837fc1f70d4c35770d9e1 /audio/rioutil/files/patch-aa | |
parent | Update to 0.2.3 (diff) |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Diffstat (limited to 'audio/rioutil/files/patch-aa')
-rw-r--r-- | audio/rioutil/files/patch-aa | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/rioutil/files/patch-aa b/audio/rioutil/files/patch-aa deleted file mode 100644 index d4eb5985b4dc..000000000000 --- a/audio/rioutil/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Fri Dec 14 08:34:33 2001 -+++ configure Sat Dec 15 01:42:47 2001 -@@ -1672,7 +1672,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lgnugetopt $LIBS" -+LIBS="-L${prefix}/lib -lgnugetopt $LIBS" - cat > conftest.$ac_ext <<EOF - #line 1678 "configure" - #include "confdefs.h" -@@ -1706,7 +1706,7 @@ - #define $ac_tr_lib 1 - EOF - -- LIBS="-lgnugetopt $LIBS" -+ LIBS="-L${prefix}/lib -lgnugetopt $LIBS" - - else - echo "$ac_t""no" 1>&6 |