Skip to content

Commit

Permalink
Remove now unneeded patches.
Browse files Browse the repository at this point in the history
ok jasper@
  • Loading branch information
ajacoutot committed Apr 7, 2011
1 parent 869ad24 commit d6535a7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 52 deletions.
8 changes: 2 additions & 6 deletions devel/gobject-introspection/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2011/04/07 15:09:58 jasper Exp $
# $OpenBSD: Makefile,v 1.32 2011/04/07 16:16:21 ajacoutot Exp $

COMMENT= GObject Introspection

Expand Down Expand Up @@ -50,12 +50,8 @@ CFLAGS+= -pthread
SUBST_VARS+= MODPY_SITEPKG LIBTOOL CC

pre-configure:
${SUBST_CMD} ${WRKSRC}/Makefile.in \
${WRKSRC}/Makefile.introspection \
${WRKSRC}/giscanner/dumper.py \
${SUBST_CMD} ${WRKSRC}/giscanner/dumper.py \
${WRKSRC}/giscanner/scannermain.py \
${WRKSRC}/tests/scanner/Makefile.in \
${WRKSRC}/tests/offsets/Makefile.in \
${WRKSRC}/tools/g-ir-scanner.in
perl -pi -e "s,'cc','${CC}'," ${WRKSRC}/giscanner/sourcescanner.py

Expand Down
11 changes: 1 addition & 10 deletions devel/gobject-introspection/patches/patch-Makefile_in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$OpenBSD: patch-Makefile_in,v 1.9 2011/04/07 15:19:34 jasper Exp $
$OpenBSD: patch-Makefile_in,v 1.10 2011/04/07 16:16:21 ajacoutot Exp $
--- Makefile.in.orig Wed Mar 30 22:37:04 2011
+++ Makefile.in Thu Apr 7 11:02:53 2011
@@ -539,7 +539,7 @@ oldincludedir = @oldincludedir@
Expand All @@ -10,12 +10,3 @@ $OpenBSD: patch-Makefile_in,v 1.9 2011/04/07 15:19:34 jasper Exp $
pkgpythondir = @pkgpythondir@
prefix = @prefix@
program_transform_name = @program_transform_name@
@@ -614,7 +614,7 @@ _gir_includes = $(foreach include,$($(_gir_name)_INCLU
_gir_export_packages = $(foreach pkg,$($(_gir_name)_EXPORT_PACKAGES),--pkg-export=$(pkg))

# Reuse the LIBTOOL variable from by automake if it's set
-_gir_libtool = $(if $(LIBTOOL),--libtool="$(LIBTOOL)")
+_gir_libtool = $(if $(LIBTOOL),--libtool="${LIBTOOL}")

# Macros for AM_SILENT_RULES prettiness
_gir_verbosity = $(if $(AM_DEFAULT_VERBOSITY),$(AM_DEFAULT_VERBOSITY),1)
12 changes: 0 additions & 12 deletions devel/gobject-introspection/patches/patch-Makefile_introspection

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit d6535a7

Please sign in to comment.