diff options
Diffstat (limited to 'devel/g-wrap/files/patch-test::Makefile.in')
-rw-r--r-- | devel/g-wrap/files/patch-test::Makefile.in | 26 |
1 files changed, 0 insertions, 26 deletions
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 75fbd94..0000000 --- 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 |