aboutsummaryrefslogtreecommitdiff
path: root/devel/astyle/files/patch-src_astyle__main.cpp
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-27 15:45:33 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-27 15:45:33 +0000
commit35cb4f7cea6ea13d70b5266f216143f65446b762 (patch)
tree65b01302637474ae835d7e9b9e78ef555c203ba9 /devel/astyle/files/patch-src_astyle__main.cpp
parent5682397c0b7d7790abd816a9547cb5d8f80837c5 (diff)
downloadports-35cb4f7cea6ea13d70b5266f216143f65446b762.tar.gz
ports-35cb4f7cea6ea13d70b5266f216143f65446b762.zip
devel/astyle: Update to 3.2.1
Diffstat (limited to 'devel/astyle/files/patch-src_astyle__main.cpp')
-rw-r--r--devel/astyle/files/patch-src_astyle__main.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/astyle/files/patch-src_astyle__main.cpp b/devel/astyle/files/patch-src_astyle__main.cpp
deleted file mode 100644
index 3ad3c79f366b..000000000000
--- a/devel/astyle/files/patch-src_astyle__main.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- ../../src/astyle_main.cpp.orig 2018-11-28 00:32:16.924868000 +0100
-+++ ../../src/astyle_main.cpp 2018-11-28 00:33:36.071105000 +0100
-@@ -46,6 +46,10 @@
- #ifdef _WIN32
- #undef UNICODE // use ASCII windows functions
- #include <windows.h>
-+#elif defined(__FreeBSD__)
-+ #include <dirent.h>
-+ #include <sys/syslimits.h>
-+ #include <unistd.h>
- #else
- #include <dirent.h>
- #include <unistd.h>