[Pkg-electronics-commits] [SCM] Package for Gwave branch, master, updated. debian/20090213-1-9-geb231e6

أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmoudy at users.sourceforge.net
Thu Mar 11 10:00:08 UTC 2010


The following commit has been merged in the master branch:
commit 7f41069b708f1b1904b928747244fa0d672ea529
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
Date:   Thu Mar 11 10:24:24 2010 +0200

    Added patch fix_indirect_linking.diff to provide -lX11 when linking
    gwave, gwave-exec & gwave-repl.

diff --git a/debian/patches/fix_indirect_linking.diff b/debian/patches/fix_indirect_linking.diff
new file mode 100644
index 0000000..eb2b58d
--- /dev/null
+++ b/debian/patches/fix_indirect_linking.diff
@@ -0,0 +1,28 @@
+Description: Provide -lX11 when linking gwave, gwave-exec & gwave-repl
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554762
+Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
+--- a/remote/Makefile.in
++++ b/remote/Makefile.in
+@@ -168,9 +168,9 @@
+ EXTRA_DIST = README
+ AM_CFLAGS = @GTK_CFLAGS@ 
+ gwave_exec_SOURCES = gwave-exec.c xgclient.c xgexec.h
+-gwave_exec_LDADD = @GTK_LIBS@
++gwave_exec_LDADD = @GTK_LIBS@ -lX11
+ gwaverepl_SOURCES = gwaverepl.c xgclient.c xgexec.h repllib.c
+-gwaverepl_LDADD = @GTK_LIBS@ @READLINE_LIB@
++gwaverepl_LDADD = @GTK_LIBS@ @READLINE_LIB@ -lX11
+ all: all-am
+ 
+ .SUFFIXES:
+--- a/src/Makefile.in
++++ b/src/Makefile.in
+@@ -189,7 +189,7 @@
+ 	rgeval.c xgserver.c measurebtn.c measurebtn.h \
+ 	GtkTable_indel.c GtkTable_indel.h  xsnarf.h
+ 
+-gwave_LDADD = ../spicefile/libspicefile.a  @GTK_LIBS@ @GUILE_GNOME_LIBS@ 
++gwave_LDADD = ../spicefile/libspicefile.a  @GTK_LIBS@ @GUILE_GNOME_LIBS@ -lX11
+ gwave_LDFLAGS = @GUILE_LDFLAGS@
+ AM_CFLAGS = @GTK_CFLAGS@ @GUILE_CFLAGS@ @GUILE_GNOME_CFLAGS@ \
+ 	-DDATADIR=\"$(datadir)\" -DBINGWAVE=\"$(bindir)/gwave\"
diff --git a/debian/patches/series b/debian/patches/series
index 9b9b88b..2e74e23 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-fix_ascii_import_locale.diff
+fix_indirect_linking.diff

-- 
Package for Gwave



More information about the Pkg-electronics-commits mailing list