summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-06-01 15:05:32 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-06-01 15:05:32 +0800
commitb32a0d6b1b2b3d6c4194ed4cbffadfb99fe10790 (patch)
tree3d8208cb4c66ea6e9dd28f85a790f8a8a28c5057 /devel
parent9c36881dba964a6499734b3a4e21f0596c2cfa3d (diff)
downloadmarcuscom-ports-b32a0d6b1b2b3d6c4194ed4cbffadfb99fe10790.tar
marcuscom-ports-b32a0d6b1b2b3d6c4194ed4cbffadfb99fe10790.tar.gz
marcuscom-ports-b32a0d6b1b2b3d6c4194ed4cbffadfb99fe10790.tar.bz2
marcuscom-ports-b32a0d6b1b2b3d6c4194ed4cbffadfb99fe10790.tar.lz
marcuscom-ports-b32a0d6b1b2b3d6c4194ed4cbffadfb99fe10790.tar.xz
marcuscom-ports-b32a0d6b1b2b3d6c4194ed4cbffadfb99fe10790.tar.zst
marcuscom-ports-b32a0d6b1b2b3d6c4194ed4cbffadfb99fe10790.zip
Now that glib installs the glibconfig.h header again where upstreams
puts it, remove local hack to the old location. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19716 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/gobject-introspection/Makefile1
-rw-r--r--devel/gobject-introspection/files/patch-Makefile.in16
2 files changed, 1 insertions, 16 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile
index 6fa72fdeb..c29a80408 100644
--- a/devel/gobject-introspection/Makefile
+++ b/devel/gobject-introspection/Makefile
@@ -4,6 +4,7 @@
PORTNAME= gobject-introspection
PORTVERSION= 1.40.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/devel/gobject-introspection/files/patch-Makefile.in b/devel/gobject-introspection/files/patch-Makefile.in
deleted file mode 100644
index 4f6e1ee39..000000000
--- a/devel/gobject-introspection/files/patch-Makefile.in
+++ /dev/null
@@ -1,16 +0,0 @@
---- Makefile.in.orig 2014-03-09 19:57:50.062879737 +0000
-+++ Makefile.in 2014-03-09 19:58:09.742878767 +0000
-@@ -1271,12 +1271,11 @@
- GLib_2_0_gir_PACKAGES = glib-2.0
- GLib_2_0_gir_CFLAGS = \
- -I$(GLIB_INCLUDEDIR) \
-- -I$(GLIB_LIBDIR)/glib-2.0/include \
- -DGETTEXT_PACKAGE=Dummy \
- -DGLIB_COMPILATION \
- -D__G_I18N_LIB_H__
-
--GLib_2_0_gir_FILES = $(GLIB_LIBDIR)/glib-2.0/include/glibconfig.h \
-+GLib_2_0_gir_FILES = $(GLIB_INCLUDEDIR)/glibconfig.h \
- $(GLIB_INCLUDEDIR)/glib/*.h \
- $(GLIB_INCLUDEDIR)/gobject/glib-types.h gir/glib-2.0.c \
- $(am__append_4)