DragonFlyBSD / DPorts

The dedicated application build system for DragonFly BSD
Other
89 stars 44 forks source link

ADD: security/vpnc #135

Closed sigttou closed 9 years ago

sigttou commented 9 years ago

To successfully build and use vpnc (0.5.3) on Dragonfly, only HAVE_GETLINE must be set to 1 in the #if defined(__DragonFly__) block.

*** sysdep.h.orig       Wed Feb  4 10:56:54 2015
--- sysdep.h    Wed Feb  4 10:57:37 2015
***************
*** 98,103 ****
--- 98,104 ----
  #define HAVE_FGETLN    1
  #define HAVE_UNSETENV  1
  #define HAVE_SETENV    1
+ #define HAVE_GETLINE   1
  #endif

  /***************************************************************************/
jrmarino commented 9 years ago

Thanks, it's in dports now: ee22e5a5de375713b78c4dddfbeba54c66861c6a