From 50cb0b614f8c58eef17afd6ad6fa71014e2abe0b Mon Sep 17 00:00:00 2001 From: "Andreas V. 'netrunner' Meier" Date: Tue, 21 Dec 2004 04:39:50 +0000 Subject: [PATCH] Andreas V. Meier: add a few features to xfig, like nicer UI and mousewheel [2004121316222922287] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5243 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/rene/xfig/xfig.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package/rene/xfig/xfig.conf b/package/rene/xfig/xfig.conf index 96085acec..b44c72aa1 100644 --- a/package/rene/xfig/xfig.conf +++ b/package/rene/xfig/xfig.conf @@ -23,4 +23,8 @@ var_append makeopt " " "DUSEPNG='-DUSE_PNG -I/usr/include/libpng' xfig xfig.1x.html" 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 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"