]> git.pld-linux.org Git - packages/fwf.git/commitdiff
- starts building at least
authoradasi <adasi@pld-linux.org>
Wed, 7 Dec 2005 20:32:07 +0000 (20:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- qboosh, help!

Changed files:
    fwf-ssp.patch -> 1.1
    fwf.spec -> 1.3

fwf-ssp.patch [new file with mode: 0644]
fwf.spec

diff --git a/fwf-ssp.patch b/fwf-ssp.patch
new file mode 100644 (file)
index 0000000..d838988
--- /dev/null
@@ -0,0 +1,14 @@
+--- FWF/src/Wbuild.rule~       2005-12-07 21:21:27.000000000 +0100
++++ FWF/src/Wbuild.rule        2005-12-07 21:21:27.000000000 +0100
+@@ -13,11 +13,7 @@
+ WIDGETDOC = `echo $(WIDGET)|cut -c1-8`.doc
+-#ifdef SystemV
+-SSP = ssp
+-#else
+ SSP = cat -s
+-#endif
+ /* RequireThisFileForInit($(WIDGET).c) */
index 939c2e2ae4a2cf6f3590b5b3fa183ae8de13630c..3b510db791ff649100b78be416e246c0d43e3b91 100644 (file)
--- a/fwf.spec
+++ b/fwf.spec
@@ -7,6 +7,7 @@ License:        GPL (?)
 Group:         Applications
 Source0:       ftp://sunsite.unc.edu/pub/X11/fwf/%{name}.tar.gz
 # Source0-md5: 4d0798a388cb6020a5b304256f300578
+Patch0:                fwf-ssp.patch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -17,9 +18,13 @@ Free Widgets Foundation - wolnodost
 
 %prep
 %setup -q -n FWF
+%patch0 -p1
 
 %build
 
+#cd src
+xmkmf
+%{__make} Makefiles
 %{__make} \
        CFLAGS="%{rpmcflags}" \
        LDFLAGS="%{rpmldflags}"
This page took 0.146645 seconds and 4 git commands to generate.