diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-09 14:35:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-09 14:35:21 +0800 |
commit | 52737a0dc522859e79f9bd6addf4cec2df83c885 (patch) | |
tree | 1b4a0ddbf05806ee839cac8c0dffbad3f4616976 /devel | |
parent | 45ab2b5599f229b7405e9e47c47afd12ae431696 (diff) | |
download | freebsd-ports-graphics-52737a0dc522859e79f9bd6addf4cec2df83c885.tar.gz freebsd-ports-graphics-52737a0dc522859e79f9bd6addf4cec2df83c885.tar.zst freebsd-ports-graphics-52737a0dc522859e79f9bd6addf4cec2df83c885.zip |
Do not compile the g-wrap tests. This works around a build problem on
-CURRENT.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/g-wrap/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | devel/g-wrap/files/patch-test::Makefile.in | 26 |
2 files changed, 11 insertions, 26 deletions
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 |