mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a46f787de0
PR: 14125 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
14 lines
231 B
Plaintext
14 lines
231 B
Plaintext
--- lib/ftw/alphasort.c.orig Sun Oct 10 17:50:02 1999
|
|
+++ lib/ftw/alphasort.c Sun Oct 10 17:51:33 1999
|
|
@@ -13,6 +13,10 @@
|
|
|
|
#include "config.h"
|
|
|
|
+#ifdef __FreeBSD__
|
|
+#define HAS_ALPHASORT 1
|
|
+#endif
|
|
+
|
|
#ifndef HAS_ALPHASORT
|
|
|
|
/*
|