aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-05-21 13:50:55 +0800
committermarcus <marcus@FreeBSD.org>2003-05-21 13:50:55 +0800
commitee278ab43c8cb89203e5c5d01786ec06d9000a6f (patch)
tree4311750afc90ef10210f526e22083906fca680ec
parentd4c06693ce1ecdc7c646ca109c7a94768431515f (diff)
downloadfreebsd-ports-gnome-ee278ab43c8cb89203e5c5d01786ec06d9000a6f.tar.gz
freebsd-ports-gnome-ee278ab43c8cb89203e5c5d01786ec06d9000a6f.tar.zst
freebsd-ports-gnome-ee278ab43c8cb89203e5c5d01786ec06d9000a6f.zip
Add a missing #endif to the end of one of the IDL files.
Submitted by: Alexander Nedotsukov <bland@mail.ru>
-rw-r--r--devel/bonobo-activation/Makefile1
-rw-r--r--devel/bonobo-activation/files/patch-idl_Bonobo_GenericFactory.idl8
2 files changed, 9 insertions, 0 deletions
diff --git a/devel/bonobo-activation/Makefile b/devel/bonobo-activation/Makefile
index 9c2daaabd5dc..304121b4be49 100644
--- a/devel/bonobo-activation/Makefile
+++ b/devel/bonobo-activation/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bonobo-activation
PORTVERSION= 2.2.1.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
diff --git a/devel/bonobo-activation/files/patch-idl_Bonobo_GenericFactory.idl b/devel/bonobo-activation/files/patch-idl_Bonobo_GenericFactory.idl
new file mode 100644
index 000000000000..3efed7eb8ae0
--- /dev/null
+++ b/devel/bonobo-activation/files/patch-idl_Bonobo_GenericFactory.idl
@@ -0,0 +1,8 @@
+--- idl/Bonobo_GenericFactory.idl.orig Wed May 21 14:14:14 2003
++++ idl/Bonobo_GenericFactory.idl Wed May 21 14:15:05 2003
+@@ -44,3 +44,5 @@
+ #pragma inhibit pop
+ #endif
+ #endif
++
++#endif