]> git.pld-linux.org Git - packages/Y.git/commitdiff
- linking with libY at first
authorMarcin Winkler <qurczak@gmail.com>
Tue, 24 Feb 2004 13:09:52 +0000 (13:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Y-clients.patch -> 1.1
    Y.spec -> 1.11

Y-clients.patch [new file with mode: 0644]
Y.spec

diff --git a/Y-clients.patch b/Y-clients.patch
new file mode 100644 (file)
index 0000000..edd5352
--- /dev/null
@@ -0,0 +1,57 @@
+diff -Naur Y--devel--0.2--patch-1-orig/clients/calculator/Makefile.am Y--devel--0.2--patch-1/clients/calculator/Makefile.am
+--- Y--devel--0.2--patch-1-orig/clients/calculator/Makefile.am 2004-01-29 21:30:13.000000000 +0000
++++ Y--devel--0.2--patch-1/clients/calculator/Makefile.am      2004-02-24 12:40:46.000000000 +0000
+@@ -7,7 +7,7 @@
+ noinst_HEADERS = calculator.h
+ ycalculator_SOURCES = calculator.cc
+-ycalculator_LDADD = $(LIBSIGC_LIBS) \
+-                    -L$(top_builddir)/libY -lY \
+-                    -L$(top_builddir)/libYc++ -lYc++
++ycalculator_LDADD = -L$(top_builddir)/libY -lY \
++                    -L$(top_builddir)/libYc++ -lYc++ \
++                    $(LIBSIGC_LIBS)
+diff -Naur Y--devel--0.2--patch-1-orig/clients/clock/Makefile.am Y--devel--0.2--patch-1/clients/clock/Makefile.am
+--- Y--devel--0.2--patch-1-orig/clients/clock/Makefile.am      2004-01-29 21:30:13.000000000 +0000
++++ Y--devel--0.2--patch-1/clients/clock/Makefile.am   2004-02-24 12:41:05.000000000 +0000
+@@ -7,7 +7,7 @@
+ noinst_HEADERS = clock.h
+ yclock_SOURCES = clock.cc
+-yclock_LDADD = $(LIBSIGC_LIBS) \
+-                    -L$(top_builddir)/libY -lY \
+-                    -L$(top_builddir)/libYc++ -lYc++
++yclock_LDADD = -L$(top_builddir)/libY -lY \
++                    -L$(top_builddir)/libYc++ -lYc++ \
++                    $(LIBSIGC_LIBS)
+diff -Naur Y--devel--0.2--patch-1-orig/clients/sample/Makefile.am Y--devel--0.2--patch-1/clients/sample/Makefile.am
+--- Y--devel--0.2--patch-1-orig/clients/sample/Makefile.am     2004-01-29 21:30:13.000000000 +0000
++++ Y--devel--0.2--patch-1/clients/sample/Makefile.am  2004-02-24 12:41:23.000000000 +0000
+@@ -8,7 +8,7 @@
+ noinst_HEADERS = sample.h
+ ysample_SOURCES = sample.cc
+-ysample_LDADD = $(LIBSIGC_LIBS) \
+-                -L$(top_builddir)/libY -lY \
+-                -L$(top_builddir)/libYc++ -lYc++
++ysample_LDADD = -L$(top_builddir)/libY -lY \
++                -L$(top_builddir)/libYc++ -lYc++ \
++                $(LIBSIGC_LIBS)
+diff -Naur Y--devel--0.2--patch-1-orig/clients/terminal/Makefile.am Y--devel--0.2--patch-1/clients/terminal/Makefile.am
+--- Y--devel--0.2--patch-1-orig/clients/terminal/Makefile.am   2004-01-29 21:30:13.000000000 +0000
++++ Y--devel--0.2--patch-1/clients/terminal/Makefile.am        2004-02-24 12:48:41.000000000 +0000
+@@ -9,8 +9,8 @@
+ noinst_HEADERS = terminal.h VTScreenView.h 
+ yiterm_SOURCES = terminal.cc VTScreenView.cc 
+-yiterm_LDADD = $(LIBSIGC_LIBS) $(LIBITERM_LIBS) \
+-                    -L$(top_builddir)/libY -lY \
+-                    -L$(top_builddir)/libYc++ -lYc++
++yiterm_LDADD = -L$(top_builddir)/libY -lY \
++                    -L$(top_builddir)/libYc++ -lYc++ \
++                    $(LIBSIGC_LIBS) $(LIBITERM_LIBS)
+ endif
diff --git a/Y.spec b/Y.spec
index f0051e16386117f63a3807c3609a00cb85a21bdf..92a7a785fbaea0a76eb2a5ee38277e5829259b87 100644 (file)
--- a/Y.spec
+++ b/Y.spec
@@ -8,6 +8,7 @@ Group:          Libraries
 Source0:       http://www.efaref.net/arch/2004/Y/Y--devel/Y--devel--0.2/patch-1/Y--devel--0.2--patch-1.tar.gz
 # Source0-md5: 30bce6027bcb36b39fc89d8cff98e2b0
 Patch0:                %{name}-make.patch
+Patch1:                %{name}-clients.patch
 URL:           http://www.y-windows.org/
 BuildRequires: SDL-devel >= 1.2.0
 BuildRequires: autoconf >= 2.53
@@ -81,6 +82,7 @@ Programy u
 %prep
 %setup -q -n Y--devel--0.2--patch-1
 %patch0 -p1
+%patch1 -p1
 
 %build
 ./autogen.sh
This page took 0.059745 seconds and 4 git commands to generate.