From 5facc8054842d40d1761a4db577df8fc34ac17db Mon Sep 17 00:00:00 2001 From: "Andreas V. 'netrunner' Meier" Date: Tue, 4 Apr 2006 14:11:55 +0000 Subject: [PATCH] Andreas V. Meier: xfig: adopt to update of xaw3d depends on the later [2006031900533203802] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7414 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/public/xfig/xfig.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/public/xfig/xfig.conf b/package/public/xfig/xfig.conf index 890599df2..615c9749c 100644 --- a/package/public/xfig/xfig.conf +++ b/package/public/xfig/xfig.conf @@ -24,7 +24,9 @@ var_append makeopt " " "DUSEPNG='-DUSE_PNG -I/usr/include/libpng' xfig xfig.1x.h var_append makeinstopt " " "install.doc" var_append makeinstopt " " "install.libs" pkginstalled xaw3d && \ - hook_add preconf 3 "sed -i -e 's,XCOMM #define XAW3D,#define XAW3D,' Imakefile" + hook_add preconf 3 "sed -i -e 's,XCOMM \(#define XAW3D1_5E\),\1,' Imakefile" + hook_add preconf 3 "sed -i -e 's,-lXaw3d15e,-lXaw3d,' Imakefile" + hook_add preconf 3 "sed -i -e 's,XCOMM #define WHEELMOUSE,#define WHEELMOUSE,' Imakefile" hook_add preconf 3 "sed -i -e 's,XCOMM #define USEXPM,#define USEXPM,' Imakefile" hook_add preconf 3 "sed -i -e 's,XCOMM #define USEXPM_ICON,#define USEXPM_ICON,' Imakefile"