diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-12 07:48:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-12 07:48:37 +0000 |
commit | e3dce6913539b22c7f4bd9a788e7f29ae662239c (patch) | |
tree | edda8ebe889bdbe4ac9492979bfb3e09d7dedc89 /misc/gretl/files/patch-lib::Makefile.in | |
parent | Add editors/xemacs-oa-packages. (diff) |
upgrade to 1.0.8
PR: 51864
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=80784
Diffstat (limited to 'misc/gretl/files/patch-lib::Makefile.in')
-rw-r--r-- | misc/gretl/files/patch-lib::Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/gretl/files/patch-lib::Makefile.in b/misc/gretl/files/patch-lib::Makefile.in index 5096b37fa345..78167abd2528 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 Apr 9 03:57:16 2003 -+++ lib/Makefile.in Mon Apr 14 17:50:12 2003 +--- lib/Makefile.in.orig Mon Apr 21 23:24:57 2003 ++++ lib/Makefile.in Sun May 4 03:12:41 2003 @@ -16,6 +16,11 @@ GMP_LIBS = @GMP_LIBS@ have_gtk = @have_gtk@ @@ -43,8 +43,8 @@ $(LIBGRETL): $(OBJS) $(LOBJS) $(CEPHES_OBJ) $(CEPHES_LOBJ) $(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(CEPHES_LOBJ) \ -- -rpath $(prefix)/lib $(LIBS) -version-info 0:6:0 -+ -rpath $(prefix)/lib $(LIBS) -version-info 0:6:0 $(LDFLAGS) +- -rpath $(prefix)/lib $(LIBS) -version-info 0:7:0 ++ -rpath $(prefix)/lib $(LIBS) -version-info 0:7:0 $(LDFLAGS) -include $(OBJS:.o=.d) |