From b5e0e1d1cc9793663c1aea95ff5e63803c489e6c Mon Sep 17 00:00:00 2001 From: simokawa Date: Sun, 10 Jan 1999 14:54:28 +0000 Subject: Fix for alpha. They assume AlphaArchitecture == OSF/1. --- x11-wm/afterstep-i18n/Makefile | 12 +++++++++++- x11-wm/afterstep/Makefile | 14 +++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/x11-wm/afterstep-i18n/Makefile b/x11-wm/afterstep-i18n/Makefile index 8039cc3c4e51..a66b7e32e316 100644 --- a/x11-wm/afterstep-i18n/Makefile +++ b/x11-wm/afterstep-i18n/Makefile @@ -3,7 +3,7 @@ # Date created: 23 October 1998 # Whom: issei@jp.FreeBSD.ORG # -# $Id: Makefile,v 1.2 1998/11/16 19:41:11 billf Exp $ +# $Id: Makefile,v 1.3 1998/11/19 22:03:49 kuriyama Exp $ # DISTNAME= AfterStep-1.0 @@ -34,12 +34,22 @@ MAN1= afterstep.1 asclock.1 Animate.1 Audio.1 Auto.1 Banner.1 \ AFTERSTEPDIR= ${PREFIX}/lib/X11/afterstep ICONDIR= ${PREFIX}/include/X11/pixmaps +SRCDIRS= afterstep \ + modules/Animate modules/Audio modules/Auto \ + modules/Banner modules/Pager modules/Wharf \ + modules/Wharf/ASSound + pre-patch: @ ${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/as10+I18N.98Feb27.diff post-patch: @ ${CP} ${WRKSRC}/sample.steprc ${WRKSRC}/sample.steprc.ja_JP.EUC @ ${PATCH} ${PATCH_DIST_ARGS} < ${FILESDIR}/steprc.ja.diff + @ for i in ${SRCDIRS}; do \ + cd ${WRKSRC}/$$i; \ + mv Imakefile Imakefile.orig; \ + sed -e 's/#ifdef AlphaArchitecture/#if defined(AlphaArchitecture) \&\& !defined(FreeBSDArchitecture)/' < Imakefile.orig > Imakefile; \ + done pre-build: @ cd ${WRKSRC}; ${SH} MakeMakefiles diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index 91c04d6e66ab..3a064325e650 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -3,7 +3,7 @@ # Date created: October 29th 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.22 1998/09/17 00:32:56 asami Exp $ +# $Id: Makefile,v 1.23 1999/01/05 01:10:02 steve Exp $ # DISTNAME= AfterStep-1.0 @@ -20,6 +20,18 @@ INSTALL_TARGET= install install.man MANCOMPRESSED= yes MAN1= afterstep.1 asclock.1 Animate.1 Audio.1 Auto.1 Banner.1 Pager.1 Wharf.1 +SRCDIRS= afterstep \ + modules/Animate modules/Audio modules/Auto \ + modules/Banner modules/Pager modules/Wharf \ + modules/Wharf/ASSound + +post-patch: + @ for i in ${SRCDIRS}; do \ + cd ${WRKSRC}/$$i; \ + mv Imakefile Imakefile.orig; \ + sed -e 's/#ifdef AlphaArchitecture/#if defined(AlphaArchitecture) \&\& !defined(FreeBSDArchitecture)/' < Imakefile.orig > Imakefile; \ + done + pre-build: @ cd ${WRKSRC}; sh MakeMakefiles -- cgit