diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-21 05:50:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-21 05:50:55 +0000 |
commit | b1f2f963f708390ba72aac37518b3d9a57a42b1e (patch) | |
tree | 94df3f7d9c7c20b43e18f5404057d1fcca241244 | |
parent | - Update to 8.4.3 (diff) |
Add a missing #endif to the end of one of the IDL files.
Submitted by: Alexander Nedotsukov <bland@mail.ru>
Notes
Notes:
svn path=/head/; revision=81580
-rw-r--r-- | devel/bonobo-activation/Makefile | 1 | ||||
-rw-r--r-- | devel/bonobo-activation/files/patch-idl_Bonobo_GenericFactory.idl | 8 |
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 |