|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
|
|
|
Group: XWindow
|
|
|
License: GPL
|
|
|
Version: 1.5
|
|
|
-Release: 20030310
|
|
|
+Release: 20030312
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.x.org/contrib/widgets/Xaw3d/R6.3/Xaw3d-%{version}.tar.gz
|
|
|
@@ -47,11 +47,15 @@ AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
%description
|
|
|
- xaw3d is the most badly packaged program in the OpenPKG world.
|
|
|
+ xaw3d is a set of 3D widgets based on the R6.1 Athena Widget set, which
|
|
|
+ adds a three dimensional appearance on some of the widgets of X11
|
|
|
+ applications linked against libXaw3d instead of libXaw.
|
|
|
|
|
|
%prep
|
|
|
%setup -q -c
|
|
|
- %{l_shtool} subst -e 's;^#include <widec.h>;;' xc/lib/Xaw3d/XawI18n.h
|
|
|
+ %{l_shtool} subst \
|
|
|
+ -e 's;^\(#ifdef HAS_WCTYPE_H\)$;\1_DO_NOT_USE;' \
|
|
|
+ xc/lib/Xaw3d/XawI18n.h
|
|
|
|
|
|
%build
|
|
|
cd xc/lib/Xaw3d/
|