mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Add missing patch
This commit is contained in:
parent
2c918e019a
commit
cecedba3db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218753
@ -0,0 +1,11 @@
|
||||
--- vcs/clearcase/clearcasemanipulator.cpp.orig Tue Mar 4 17:09:11 2008
|
||||
+++ vcs/clearcase/clearcasemanipulator.cpp Tue Mar 4 17:09:35 2008
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <libgen.h>
|
||||
#include <errno.h>
|
||||
|
||||
-#if defined(Q_OS_MACX) || defined(MACOSX) || defined(Q_OS_SOLARIS)
|
||||
+#if defined(Q_OS_MACX) || defined(MACOSX) || defined(Q_OS_SOLARIS) || defined(Q_OS_FREEBSD)
|
||||
//this function is taken from GNU libc
|
||||
//it does not exist on macos
|
||||
int getline(char **lineptr, size_t *n, FILE *stream)
|
Loading…
Reference in New Issue
Block a user