summaryrefslogtreecommitdiff
path: root/x11/libgnome/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-01-14 06:43:37 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-01-14 06:43:37 +0000
commit881a55ef3e2d7bb28a220efc64314b5f233f753f (patch)
tree8d9300f5679f0834f25e93c3b57b057a2e52bdda /x11/libgnome/Makefile
parentRespect CC as well as CFLAGS. (diff)
Fix the build on Alpha.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=126405
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>