From 881a55ef3e2d7bb28a220efc64314b5f233f753f Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 14 Jan 2005 06:43:37 +0000 Subject: Fix the build on Alpha. Reported by: pointyhat via kris --- x11/libgnome/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'x11/libgnome/Makefile') 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 + +.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 +.include -- cgit v1.2.3