diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-11-08 06:09:30 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-11-08 06:09:30 +0000 |
commit | 341909db6b48c3f54aab5e121e58eb4a1fb02ea7 (patch) | |
tree | 53b4d319a3d4241916216e84699f6ebb9a773931 /lang/gambas/files/patch-src_exec_Makefile.in | |
parent | Add the results of the recent port reaping session. (diff) |
Upgrade to 1.0.12.
Changelog at <http://gambas.sourceforge.net/changelog.html>.
Notes
Notes:
svn path=/head/; revision=147544
Diffstat (limited to 'lang/gambas/files/patch-src_exec_Makefile.in')
-rw-r--r-- | lang/gambas/files/patch-src_exec_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/gambas/files/patch-src_exec_Makefile.in b/lang/gambas/files/patch-src_exec_Makefile.in new file mode 100644 index 000000000000..66bf741606d5 --- /dev/null +++ b/lang/gambas/files/patch-src_exec_Makefile.in @@ -0,0 +1,11 @@ +--- src/exec/Makefile.in.orig Mon Nov 7 19:30:39 2005 ++++ src/exec/Makefile.in Mon Nov 7 22:57:31 2005 +@@ -206,7 +206,7 @@ + LD_FLAGS = @LD_FLAGS@ + LIBLTDL = @LIBLTDL@ + LIBOBJS = @LIBOBJS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lml + LIBTOOL = @LIBTOOL@ + LIBXML_DIR = @LIBXML_DIR@ + LIBXML_INC = @LIBXML_INC@ |