summaryrefslogtreecommitdiff
path: root/devel/g-wrap
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2009-02-20 00:50:10 +0000
committergdt <gdt@pkgsrc.org>2009-02-20 00:50:10 +0000
commit510b24ec0f8e72aba900c9b620abeb9960c21289 (patch)
tree5fe1c47be288d152a50f7c8c92dbbb70f8a0f38d /devel/g-wrap
parent32fbbdf812a17bb3f5382a8537c7ad3000e3e807 (diff)
downloadpkgsrc-510b24ec0f8e72aba900c9b620abeb9960c21289.tar.gz
Remove another patch that was for internal ffi linking.
Diffstat (limited to 'devel/g-wrap')
-rw-r--r--devel/g-wrap/Makefile3
-rw-r--r--devel/g-wrap/patches/patch-ae13
2 files changed, 2 insertions, 14 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile
index f3685b74d51..9a764885955 100644
--- a/devel/g-wrap/Makefile
+++ b/devel/g-wrap/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2009/02/20 00:42:50 gdt Exp $
+# $NetBSD: Makefile,v 1.52 2009/02/20 00:50:10 gdt Exp $
DISTNAME= g-wrap-1.9.11
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://savannah.nongnu.org/download/g-wrap/
diff --git a/devel/g-wrap/patches/patch-ae b/devel/g-wrap/patches/patch-ae
deleted file mode 100644
index ad2f698655d..00000000000
--- a/devel/g-wrap/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2007/05/17 23:59:35 gdt Exp $
-
---- guile/examples/Makefile.in.orig 2007-05-15 13:44:46.000000000 -0400
-+++ guile/examples/Makefile.in
-@@ -78,7 +78,7 @@ libgw_guile_miscutils_la_OBJECTS = \
- libmiscutils_la_LIBADD =
- am_libmiscutils_la_OBJECTS = miscutils.lo
- libmiscutils_la_OBJECTS = $(am_libmiscutils_la_OBJECTS)
--DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/g-wrap
-+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/g-wrap -I$(top_builddir)/libffi/include
- depcomp = $(SHELL) $(top_srcdir)/depcomp
- am__depfiles_maybe = depfiles
- COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \