summaryrefslogtreecommitdiff
path: root/math/gretl/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-03 19:00:27 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-03 19:00:27 +0000
commit4958bf9b45e67d582ba65c20646ad4d935e9b399 (patch)
tree51bf06760e37ca124058899bb3926f9d6e11a213 /math/gretl/files
parentupgrade to 0.9.5 (diff)
upgrade to 1.0.2
PR: 46420 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=72433
Diffstat (limited to 'math/gretl/files')
-rw-r--r--math/gretl/files/patch-lib::Makefile.in8
-rw-r--r--math/gretl/files/patch-plugin::libole2::ms-ole2.h14
2 files changed, 18 insertions, 4 deletions
diff --git a/math/gretl/files/patch-lib::Makefile.in b/math/gretl/files/patch-lib::Makefile.in
index 17550caf232f..0cfd14e305db 100644
--- a/math/gretl/files/patch-lib::Makefile.in
+++ b/math/gretl/files/patch-lib::Makefile.in
@@ -1,5 +1,5 @@
---- lib/Makefile.in.orig Wed Nov 13 03:50:52 2002
-+++ lib/Makefile.in Mon Nov 18 20:04:11 2002
+--- lib/Makefile.in.orig Wed Dec 4 11:49:39 2002
++++ lib/Makefile.in Sat Dec 14 05:26:28 2002
@@ -14,6 +14,11 @@
GLIB_LIBS = @GLIB_LIBS@
have_gtk = @have_gtk@
@@ -42,8 +42,8 @@
$(LIBGRETL): $(OBJS) $(LOBJS) $(CEPHES_OBJ) $(CEPHES_OBJ)
$(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(CEPHES_LOBJ) \
-- -rpath $(prefix)/lib $(LIBS) -version-info 0:0:0
-+ -rpath $(prefix)/lib $(LIBS) -version-info 0:0:0 $(LDFLAGS)
+- -rpath $(prefix)/lib $(LIBS) -version-info 0:2:0
++ -rpath $(prefix)/lib $(LIBS) -version-info 0:2:0 $(LDFLAGS)
.PHONY:
diff --git a/math/gretl/files/patch-plugin::libole2::ms-ole2.h b/math/gretl/files/patch-plugin::libole2::ms-ole2.h
new file mode 100644
index 000000000000..dc25fd58bcaf
--- /dev/null
+++ b/math/gretl/files/patch-plugin::libole2::ms-ole2.h
@@ -0,0 +1,14 @@
+--- plugin/libole2/ms-ole.h.orig Fri Apr 12 03:41:50 2002
++++ plugin/libole2/ms-ole.h Thu Dec 19 06:28:05 2002
+@@ -13,10 +13,10 @@
+
+ /* This should be done in glib */
+ /* Allin Cottrell modifications here */
++# include <sys/types.h>
+ #ifndef _WIN32
+ # include <fcntl.h> /* for mode_t */
+ #else
+-# include <sys/types.h>
+ # ifdef notdef
+ typedef unsigned long mode_t;
+ typedef /* signed */ long off_t;