mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
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
|
||
|
|
||
|
/*
|