diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-02-24 22:10:52 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-02-24 22:10:52 +0000 |
commit | 1134a120475a4f72f1c2ae98ff0fa8968cc39066 (patch) | |
tree | 720dc30ba4ea4a86f63698b0628fdc723fc74b23 /devel/pmake/files/patch-config.h | |
parent | Upgrade to LLVM and Clang r126079 to match the version in HEAD. (diff) |
Remove expired ports:
2011-02-23 devel/pmake: does not build on any supported version of FreeBSD
2011-02-24 net-p2p/linux-agsatellite: the whole service went to cloud
Notes
Notes:
svn path=/head/; revision=269603
Diffstat (limited to 'devel/pmake/files/patch-config.h')
-rw-r--r-- | devel/pmake/files/patch-config.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/pmake/files/patch-config.h b/devel/pmake/files/patch-config.h deleted file mode 100644 index aa99f119c3d7..000000000000 --- a/devel/pmake/files/patch-config.h +++ /dev/null @@ -1,14 +0,0 @@ ---- unix/config.h.orig Tue Jun 4 21:35:28 2002 -+++ unix/config.h Tue Jun 4 21:34:59 2002 -@@ -208,6 +208,11 @@ - # define HAVE_POSIX - #endif /* SYSV */ - -+#include <sys/param.h> -+#ifdef __FreeBSD__ -+# define HAVE_POSIX -+#endif -+ - #define LIBTOC "__.SYMDEF" - #define LIBFLAG "-l" - #define LIBPREFIX "lib" |