aboutsummaryrefslogtreecommitdiff
path: root/math/gretl/files/patch-lib::Makefile.in
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-12 07:48:37 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-12 07:48:37 +0000
commite3dce6913539b22c7f4bd9a788e7f29ae662239c (patch)
treeedda8ebe889bdbe4ac9492979bfb3e09d7dedc89 /math/gretl/files/patch-lib::Makefile.in
parent98c8c4109a942fd796a1057934d0e9ef73eb0db7 (diff)
downloadports-e3dce6913539b22c7f4bd9a788e7f29ae662239c.tar.gz
ports-e3dce6913539b22c7f4bd9a788e7f29ae662239c.zip
Notes
Diffstat (limited to 'math/gretl/files/patch-lib::Makefile.in')
-rw-r--r--math/gretl/files/patch-lib::Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/gretl/files/patch-lib::Makefile.in b/math/gretl/files/patch-lib::Makefile.in
index 5096b37fa345..78167abd2528 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 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)