mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
76ea44cfeb
- respect ${CC} - use /usr/bin/gzip instead of gzip (maintainer timeout)
12 lines
285 B
Plaintext
12 lines
285 B
Plaintext
--- compfile.c.orig Thu Nov 25 22:22:28 1999
|
|
+++ compfile.c Thu Jan 27 14:36:31 2000
|
|
@@ -207,7 +207,7 @@
|
|
* version;
|
|
*/
|
|
|
|
-#if ( defined(sun) && defined(__svr4__) )
|
|
+#if ( defined(sun) && defined(__svr4__) || defined(__FreeBSD__) )
|
|
#include <dirent.h>
|
|
#else
|
|
#include <sys/dir.h>
|