While here: Regenerate p5-AcePerl's patches using makepatch. Make p5-Bio-ASN1-EntrezGene depend on p5-bioperl, instead of the other way around. Bump PORTREVISION on those two ports.
11 lines
634 B
C
11 lines
634 B
C
--- acelib/wh/mydirent.h.orig 2002-11-14 20:00:06 UTC
|
|
+++ acelib/wh/mydirent.h
|
|
@@ -55,7 +55,7 @@
|
|
extern char *getwd(char *pathname) ;
|
|
#endif /* HP || SOLARIS || WIN32 */
|
|
|
|
-#if defined (POSIX) || defined(SUN) || defined(SUNSVR4) || defined(SOLARIS) || defined(DEC) || defined(ALPHA) || defined(SGI) || defined(LINUX) || defined(HP) || defined (INTEL_SOLARIS)
|
|
+#if defined (POSIX) || defined(SUN) || defined(SUNSVR4) || defined(SOLARIS) || defined(DEC) || defined(ALPHA) || defined(SGI) || defined(LINUX) || defined(HP) || defined (INTEL_SOLARIS) || defined (FREEBSD)
|
|
#include <dirent.h>
|
|
typedef struct dirent MYDIRENT ;
|
|
#endif
|