aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wu-ftpd+ipv6
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2002-02-20 03:47:14 +0800
committerache <ache@FreeBSD.org>2002-02-20 03:47:14 +0800
commit44767706d1e1b5171ceb36fe47c5598b58d43010 (patch)
treef0e4a7c73528dd29a069b73a9ad729e9f50cde76 /ftp/wu-ftpd+ipv6
parentb6d30099df56116b5d30722f1a235aba24e53047 (diff)
downloadfreebsd-ports-gnome-44767706d1e1b5171ceb36fe47c5598b58d43010.tar.gz
freebsd-ports-gnome-44767706d1e1b5171ceb36fe47c5598b58d43010.tar.zst
freebsd-ports-gnome-44767706d1e1b5171ceb36fe47c5598b58d43010.zip
Use -lmd with -lopie
Diffstat (limited to 'ftp/wu-ftpd+ipv6')
-rw-r--r--ftp/wu-ftpd+ipv6/Makefile2
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-ar11
2 files changed, 12 insertions, 1 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)