summaryrefslogtreecommitdiff
path: root/x11/libgnome/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libgnome/Makefile')
-rw-r--r--x11/libgnome/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile
index 96fb16ef6401..93ca85a26992 100644
--- a/x11/libgnome/Makefile
+++ b/x11/libgnome/Makefile
@@ -46,10 +46,16 @@ GCONF_SCHEMAS= desktop_gnome_accessibility_keyboard.schemas \
desktop_gnome_sound.schemas desktop_gnome_thumbnailers.schemas \
desktop_gnome_typing_break.schemas
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libgnome_gnome-program.c
+.endif
+
.if defined(NOPORTDOCS)
post-patch:
@${REINPLACE_CMD} -e 's|gnome-data po doc|gnome-data po|g' \
${WRKSRC}/Makefile.in
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>