diff --git a/devel/gob2/Makefile b/devel/gob2/Makefile index 5e2055c24b2f..80ac6fa72c8a 100644 --- a/devel/gob2/Makefile +++ b/devel/gob2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gob2 PORTVERSION= 2.0.13 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 diff --git a/devel/gob2/files/patch-src_main.c b/devel/gob2/files/patch-src_main.c new file mode 100644 index 000000000000..db60968be43d --- /dev/null +++ b/devel/gob2/files/patch-src_main.c @@ -0,0 +1,11 @@ +--- src/main.c.orig Tue Dec 20 20:28:09 2005 ++++ src/main.c Tue Dec 20 20:28:55 2005 +@@ -3078,7 +3078,7 @@ + outfilebase = g_strconcat (fullfilebase, for_cpp ? ".cc" : ".c", NULL); + outfile = g_strconcat(outfilebase, no_touch ? "#gob#" : "", NULL); + +- outfilehbase = g_strconcat (fullfilebase, ".h"); ++ outfilehbase = g_strconcat (fullfilebase, ".h", NULL); + outfileh = g_strconcat(outfilehbase, no_touch_headers ? "#gob#" : "", NULL); + + if ((privates > 0 || protecteds > 0 ||