Use -lmd with -lopie

This commit is contained in:
Andrey A. Chernov 2002-02-19 19:47:14 +00:00
parent a441109e27
commit d921efbb9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54924
4 changed files with 24 additions and 2 deletions

View file

@ -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

View file

@ -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)

View file

@ -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

View file

@ -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)