1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

patch print/cpp2latex:

- print/cpp2latex looks for the getopt function in  getopt.h
    instead of unistd.h

PR:		52116
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
This commit is contained in:
Daichi GOTO 2003-07-04 12:42:24 +00:00
parent 2b6e0c42af
commit 06427e2661
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84201

View File

@ -0,0 +1,11 @@
--- cpp2latex/main.cpp.orig Mon May 12 15:22:24 2003
+++ cpp2latex/main.cpp Mon May 12 15:22:34 2003
@@ -25,7 +25,7 @@
#include <fstream>
#include <vector>
#include <stdio.h>
-#include <getopt.h>
+#include <unistd.h>
struct replace{
std::string voraus;