From 52737a0dc522859e79f9bd6addf4cec2df83c885 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 9 Jun 2002 06:35:21 +0000 Subject: Do not compile the g-wrap tests. This works around a build problem on -CURRENT. --- devel/g-wrap/files/patch-Makefile.in | 11 +++++++++++ devel/g-wrap/files/patch-test::Makefile.in | 26 -------------------------- 2 files changed, 11 insertions(+), 26 deletions(-) create mode 100644 devel/g-wrap/files/patch-Makefile.in delete mode 100644 devel/g-wrap/files/patch-test::Makefile.in (limited to 'devel') diff --git a/devel/g-wrap/files/patch-Makefile.in b/devel/g-wrap/files/patch-Makefile.in new file mode 100644 index 00000000000..bfe139493b1 --- /dev/null +++ b/devel/g-wrap/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Jun 9 02:32:28 2002 ++++ Makefile.in Sun Jun 9 02:32:32 2002 +@@ -86,7 +86,7 @@ + RS_LTLIB_TARGET = @RS_LTLIB_TARGET@ + RS_SCRIPT = @RS_SCRIPT@ + VERSION = @VERSION@ +-SUBDIRS = doc rpm bin libruntime-guile libruntime-rscheme g-wrap g-wrapped example stale test ++SUBDIRS = doc rpm bin libruntime-guile libruntime-rscheme g-wrap g-wrapped example stale + + guilemoduledir = @GUILEMODDIR@ + guilemodule_DATA = @GUILEMOD_TARGET@ diff --git a/devel/g-wrap/files/patch-test::Makefile.in b/devel/g-wrap/files/patch-test::Makefile.in deleted file mode 100644 index 75fbd94fb88..00000000000 --- a/devel/g-wrap/files/patch-test::Makefile.in +++ /dev/null @@ -1,26 +0,0 @@ - -$FreeBSD$ - ---- test/Makefile.in.orig Thu Jan 25 19:24:52 2001 -+++ test/Makefile.in Tue Jul 31 12:29:40 2001 -@@ -100,17 +100,17 @@ - - #BEGIN TEMP JUNK ============================================================ - --CFLAGS = -O2 -Werror -Wall -g -I../libruntime-guile @CFLAGS@ -+CFLAGS = -Werror -Wall -I../libruntime-guile @CFLAGS@ - - noinst_LTLIBRARIES = libgw-test-parent.la libgw-test-child.la - libgw_test_parent_la_SOURCES = gw-test-parent.c gw-test-parent-code.c - libgw_test_parent_la_LDFLAGS = -rpath $(libdir) -module -export-dynamic --libgw_test_parent_la_LIBADD = -L$(LOCALPWD)/../libruntime-guile/.libs -lg-wrap-runtime-guile -+libgw_test_parent_la_LIBADD = ../libruntime-guile/libg-wrap-runtime-guile.la - - CLEANFILES = gw-test-parent.h gw-test-parent.c gw-test-parent.html gw-test-parent-autogen.h gw-test-child.h gw-test-child.c gw-test-child.html gw-test-child-autogen.h - libgw_test_child_la_SOURCES = gw-test-child.c gw-test-child-code.c - libgw_test_child_la_LDFLAGS = -rpath $(libdir) -module -export-dynamic --libgw_test_child_la_LIBADD = -L$(LOCALPWD)/../libruntime-guile/.libs -lg-wrap-runtime-guile -+libgw_test_child_la_LIBADD = ../libruntime-guile/libg-wrap-runtime-guile.la - - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../conf.h -- cgit