diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-02-19 19:47:14 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-02-19 19:47:14 +0000 |
commit | d921efbb9efb37f544f25fbdd5caaa4a6ffc18ba (patch) | |
tree | 8f41f7cd756508966480838cc6c5b0af973650d4 /ftp | |
parent | Update to 20020220. (diff) |
Use -lmd with -lopie
Notes
Notes:
svn path=/head/; revision=54924
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wu-ftpd+ipv6/Makefile | 2 | ||||
-rw-r--r-- | ftp/wu-ftpd+ipv6/files/patch-ar | 11 | ||||
-rw-r--r-- | ftp/wu-ftpd/Makefile | 2 | ||||
-rw-r--r-- | ftp/wu-ftpd/files/patch-ar | 11 |
4 files changed, 24 insertions, 2 deletions
diff --git a/ftp/wu-ftpd+ipv6/Makefile b/ftp/wu-ftpd+ipv6/Makefile index 89815e5b90bc..fbf972387f26 100644 --- a/ftp/wu-ftpd+ipv6/Makefile +++ b/ftp/wu-ftpd+ipv6/Makefile @@ -9,7 +9,7 @@ PORTNAME= wu-ftpd PORTVERSION= 2.6.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= ftp MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/ DIST_SUBDIR= wu-ftpd diff --git a/ftp/wu-ftpd+ipv6/files/patch-ar b/ftp/wu-ftpd+ipv6/files/patch-ar new file mode 100644 index 000000000000..8dc8ddb9be94 --- /dev/null +++ b/ftp/wu-ftpd+ipv6/files/patch-ar @@ -0,0 +1,11 @@ +--- configure.in.orig Sat Jul 1 21:42:15 2000 ++++ configure.in Tue Feb 19 22:39:52 2002 +@@ -868,7 +870,7 @@ + fi + if test $opie = yes; then + AC_DEFINE(OPIE) +- LIBS="$LIBS -lopie" ++ LIBS="$LIBS -lopie -lmd" + fi + if test $newcd = yes; then + AC_DEFINE(ALTERNATE_CD) diff --git a/ftp/wu-ftpd/Makefile b/ftp/wu-ftpd/Makefile index 89815e5b90bc..fbf972387f26 100644 --- a/ftp/wu-ftpd/Makefile +++ b/ftp/wu-ftpd/Makefile @@ -9,7 +9,7 @@ PORTNAME= wu-ftpd PORTVERSION= 2.6.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= ftp MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/ DIST_SUBDIR= wu-ftpd diff --git a/ftp/wu-ftpd/files/patch-ar b/ftp/wu-ftpd/files/patch-ar new file mode 100644 index 000000000000..8dc8ddb9be94 --- /dev/null +++ b/ftp/wu-ftpd/files/patch-ar @@ -0,0 +1,11 @@ +--- configure.in.orig Sat Jul 1 21:42:15 2000 ++++ configure.in Tue Feb 19 22:39:52 2002 +@@ -868,7 +870,7 @@ + fi + if test $opie = yes; then + AC_DEFINE(OPIE) +- LIBS="$LIBS -lopie" ++ LIBS="$LIBS -lopie -lmd" + fi + if test $newcd = yes; then + AC_DEFINE(ALTERNATE_CD) |