summaryrefslogtreecommitdiff
path: root/audio/mp3plot/files/patch-src__macros.h
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /audio/mp3plot/files/patch-src__macros.h
parentMooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff)
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'audio/mp3plot/files/patch-src__macros.h')
-rw-r--r--audio/mp3plot/files/patch-src__macros.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/mp3plot/files/patch-src__macros.h b/audio/mp3plot/files/patch-src__macros.h
deleted file mode 100644
index 1ff355a8acbf..000000000000
--- a/audio/mp3plot/files/patch-src__macros.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/macros.h.orig 2009-04-14 11:21:18.000000000 +0900
-+++ src/macros.h 2009-05-10 02:55:54.000000000 +0900
-@@ -34,7 +34,7 @@
- // References of interest:
- // <http://sourcefrog.net/weblog/software/languages/C/unused.html>
- #ifndef UNUSED_
--# ifdef __GNUC__
-+# if (defined(__GNUC__) && __GNUC__ > 3)
- # define UNUSED_ __attribute__((unused))
- # define DEPRECATED_ __attribute__((deprecated))
- # // MSVC (_MSC_VER) doesn't seem to have an unused attribute (__declspec(...))