aboutsummaryrefslogtreecommitdiff
path: root/devel/g-wrap/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-06-09 06:35:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-06-09 06:35:21 +0000
commit943c1e88e345208b9c29d41ef5a52f5282a0efc2 (patch)
tree11dbc37f54964319fea0485dbf0277e56813e5df /devel/g-wrap/files
parent0f64cd1cfd02ad4cb51b1b6ced3b753e257ca17a (diff)
downloadports-943c1e88e345208b9c29d41ef5a52f5282a0efc2.tar.gz
ports-943c1e88e345208b9c29d41ef5a52f5282a0efc2.zip
Notes
Diffstat (limited to 'devel/g-wrap/files')
-rw-r--r--devel/g-wrap/files/patch-Makefile.in11
-rw-r--r--devel/g-wrap/files/patch-test::Makefile.in26
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 000000000000..bfe139493b17
--- /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 75fbd94fb884..000000000000
--- 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