Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 19 years ago
parent
commit
5facc80548
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      package/public/xfig/xfig.conf

+ 3
- 1
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.doc"
var_append makeinstopt " " "install.libs" var_append makeinstopt " " "install.libs"
pkginstalled xaw3d && \ 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 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,#define USEXPM,' Imakefile"
hook_add preconf 3 "sed -i -e 's,XCOMM #define USEXPM_ICON,#define USEXPM_ICON,' Imakefile" hook_add preconf 3 "sed -i -e 's,XCOMM #define USEXPM_ICON,#define USEXPM_ICON,' Imakefile"

Loading…
Cancel
Save