diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-10-24 09:21:58 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-10-24 09:21:58 +0000 |
commit | ea9c48b7a59c0e09ed9df194c6e835e356e3e141 (patch) | |
tree | 0d5f949efc59729107f90624d932984b0da73920 /net/poptop/files/patch-aa | |
parent | - Fix OSVERSION test to mark it as IGNORE (diff) |
- Update to 1.2.1
- Grant maintainership to submitter
PR: ports/87891
Submitted by: Oleg M. Golovanov <olmi@rentech.ru>
Diffstat (limited to 'net/poptop/files/patch-aa')
-rw-r--r-- | net/poptop/files/patch-aa | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/net/poptop/files/patch-aa b/net/poptop/files/patch-aa index cec44ad6f0c8..2f298eec81e3 100644 --- a/net/poptop/files/patch-aa +++ b/net/poptop/files/patch-aa @@ -1,17 +1,11 @@ ---- defaults.h.orig Thu Mar 7 19:09:42 2002 -+++ defaults.h Sun Sep 8 10:19:58 2002 -@@ -40,10 +40,14 @@ - #endif - - #define PPP_SPEED_DEFAULT "115200" -+#ifdef __FreeBSD__ -+#define PPTPD_CONFIG_FILE_DEFAULT ETCDIR "/pptpd.conf" -+#else - #if EMBED - #define PPTPD_CONFIG_FILE_DEFAULT "/etc/config/pptpd.conf" - #else - #define PPTPD_CONFIG_FILE_DEFAULT "/etc/pptpd.conf" -+#endif - #endif - #define PIDFILE_DEFAULT "/var/run/pptpd.pid" - +--- configure.in.orig Wed Jun 23 07:38:43 2004 ++++ configure.in Thu Oct 20 22:33:48 2005 +@@ -112,7 +112,7 @@ + if test "$ac_cv_header_libintl_h" = yes; then + if test "$ac_cv_lib_c_gettext" = no; then + if test "$ac_cv_lib_intl_gettext" = yes; then +- XTRALIBS_MGR = "$XTRALIBS_MGR -lintl" ++ XTRALIBS_MGR="$XTRALIBS_MGR -lintl" + else + echo "Have libintl.h but no usable gettext!" 1>&2 + exit 1 |