summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-01-10 14:54:28 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-01-10 14:54:28 +0000
commit0c521e6110ee7b54cae37a4e047c75f910941781 (patch)
tree58f8a063a3866e145b1928daf24f530383e82085 /x11-wm
parentChange dependencies from SSLeay to openssl, the successor of SSLeay. (diff)
Fix for alpha.
They assume AlphaArchitecture == OSF/1.
Notes
Notes: svn path=/head/; revision=15956
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/afterstep-i18n/Makefile12
-rw-r--r--x11-wm/afterstep/Makefile14
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