Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 21 years ago
parent
commit
50cb0b614f
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      package/rene/xfig/xfig.conf

+ 5
- 1
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"

Loading…
Cancel
Save