summaryrefslogtreecommitdiff
path: root/dev-tex/cpp2latex/files/cpp2latex-2.3-tests.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-tex/cpp2latex/files/cpp2latex-2.3-tests.patch
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-tex/cpp2latex/files/cpp2latex-2.3-tests.patch')
-rw-r--r--dev-tex/cpp2latex/files/cpp2latex-2.3-tests.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-tex/cpp2latex/files/cpp2latex-2.3-tests.patch b/dev-tex/cpp2latex/files/cpp2latex-2.3-tests.patch
deleted file mode 100644
index 621c43d28156..000000000000
--- a/dev-tex/cpp2latex/files/cpp2latex-2.3-tests.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: cpp2latex-2.3/cpp2latex/getopttest.cpp
-===================================================================
---- cpp2latex-2.3.orig/cpp2latex/getopttest.cpp
-+++ cpp2latex-2.3/cpp2latex/getopttest.cpp
-@@ -2,7 +2,9 @@
- #include <iostream>
- #include <getopt.h>
-
--void main( int argc, char* argv[] )
-+using namespace std;
-+
-+int main( int argc, char* argv[] )
- {
- int optch=0, optc=1;
- while( ( optch = getopt( argc,argv, "h:a:k" ) ) > 0 )