1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Do not compile the g-wrap tests. This works around a build problem on

-CURRENT.
This commit is contained in:
Joe Marcus Clarke 2002-06-09 06:35:21 +00:00
parent 0f64cd1cfd
commit 943c1e88e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60948
2 changed files with 11 additions and 26 deletions

View File

@ -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@

View File

@ -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