summaryrefslogtreecommitdiff
path: root/lang/gambas/files
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-05-03 19:51:47 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-05-03 19:51:47 +0000
commitd5e72dd32bab63d9ea7d23e1852703b1d408bd35 (patch)
treefd701dcc2ecf4075a910e7c051fc8f1150705946 /lang/gambas/files
parentUpgrade to 050502. (diff)
Upgrade to 1.0.6 .
Changelog at <http://gambas.sourceforge.net/changelog.html>.
Notes
Notes: svn path=/head/; revision=134569
Diffstat (limited to 'lang/gambas/files')
-rw-r--r--lang/gambas/files/patch-src::comp::Makefile.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/gambas/files/patch-src::comp::Makefile.in b/lang/gambas/files/patch-src::comp::Makefile.in
index fc45d0069ebc..28c4b590c9fa 100644
--- a/lang/gambas/files/patch-src::comp::Makefile.in
+++ b/lang/gambas/files/patch-src::comp::Makefile.in
@@ -1,17 +1,17 @@
---- src/comp/Makefile.in.orig Mon Dec 20 12:13:43 2004
-+++ src/comp/Makefile.in Tue Dec 21 21:49:45 2004
-@@ -96,13 +96,13 @@
- @AMDEP_TRUE@ ./$(DEPDIR)/gbc_trans_tree.Po \
- @AMDEP_TRUE@ ./$(DEPDIR)/gbc_type.Po ./$(DEPDIR)/gbi.Po
+--- src/comp/Makefile.in.orig Tue May 3 16:11:17 2005
++++ src/comp/Makefile.in Tue May 3 20:43:20 2005
+@@ -78,13 +78,13 @@
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+ am__depfiles_maybe = depfiles
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(GBX_THREAD_INC)
- LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
+ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
- $(AM_CFLAGS) $(CFLAGS)
+ $(AM_CFLAGS) $(CFLAGS) $(GBX_THREAD_INC)
CCLD = $(CC)
- LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+ LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(GBX_THREAD_LIB) -o $@
SOURCES = $(gba_SOURCES) $(gbc_SOURCES) $(gbi_SOURCES)