mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
Maxima and Axiom both work with this. The repairs likely fix other maths packages also. The maintainer is also retiring, so reset MAINTAINER to ports@ to give him a break. OK'ed by: MAINTAINER
11 lines
306 B
C++
11 lines
306 B
C++
--- ./src/Guile/Scheme/object.hpp.orig Sun Oct 3 13:26:27 2004
|
|
+++ ./src/Guile/Scheme/object.hpp Sat Oct 23 17:39:48 2004
|
|
@@ -16,7 +16,7 @@
|
|
#include "path.hpp"
|
|
#include "command.hpp"
|
|
#include "url.hpp"
|
|
-#include <libguile.h>
|
|
+#include "libguile.h"
|
|
|
|
class object_rep: concrete_struct {
|
|
SCM handle;
|