| Summary: | xrolo port fails to build | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Charles Allen <charles.allen> |
| Component: | Individual Port(s) | Assignee: | Adam Weinberger <adamw> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Charles Allen
2002-10-07 17:10:01 UTC
fix is this patch, which patches ${FILESDIR}/patch-ab.
--- patch-ab.orig Sun Jan 17 20:16:21 1999
+++ patch-ab Mon Oct 7 10:43:50 2002
@@ -17,6 +17,25 @@
#include <xview/xview.h>
#include <xview/panel.h>
#include <xview/textsw.h>
+***************
+*** 65,72 ****
+
+ extern void init_rolo ();
+
+! extern char *check_args (), *getenv (), *strcpy (),
+! *calloc (), *malloc ();
+
+ extern char *exp_fname();
+
+--- 65,72 ----
+
+ extern void init_rolo ();
+
+! extern char *check_args (), *getenv (), *strcpy ();/*,
+! *calloc (), *malloc ();*/
+
+ extern char *exp_fname();
+
***************
*** 320,323 ****
Responsible Changed From-To: freebsd-ports->adamw I'll take care of this problem. State Changed From-To: open->feedback Waiting for approval from maintainer. State Changed From-To: feedback->closed o Necessary patches are applied and correct build verified. |