diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-03 19:00:27 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-03 19:00:27 +0000 |
commit | 9b4f1ee50615a355fe1c4a1abc27abe19db8c029 (patch) | |
tree | 22c87bd3032b7c01aa5df43527c874c8f2c6d30c /misc/gretl/files | |
parent | e9b02b6de79ee97a0c2ae40430ae711c08bcbd4f (diff) | |
download | FreeBSD-ports-9b4f1ee50615a355fe1c4a1abc27abe19db8c029.zip FreeBSD-ports-9b4f1ee50615a355fe1c4a1abc27abe19db8c029.tar.gz |
upgrade to 1.0.2
PR: 46420
Submitted by: Ports Fury
Diffstat (limited to 'misc/gretl/files')
-rw-r--r-- | misc/gretl/files/patch-lib::Makefile.in | 8 | ||||
-rw-r--r-- | misc/gretl/files/patch-plugin::libole2::ms-ole2.h | 14 |
2 files changed, 18 insertions, 4 deletions
diff --git a/misc/gretl/files/patch-lib::Makefile.in b/misc/gretl/files/patch-lib::Makefile.in index 17550ca..0cfd14e 100644 --- a/misc/gretl/files/patch-lib::Makefile.in +++ b/misc/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/misc/gretl/files/patch-plugin::libole2::ms-ole2.h b/misc/gretl/files/patch-plugin::libole2::ms-ole2.h new file mode 100644 index 0000000..dc25fd5 --- /dev/null +++ b/misc/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; |