~ubuntu-branches/ubuntu/wily/flwm/wily-proposed

« back to all changes in this revision

Viewing changes to debian/patches/05-remove-unneeded-linking.diff

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2011-02-06 19:06:26 UTC
  • Revision ID: james.westby@ubuntu.com-20110206190626-gjlpjlnbm09ale4b
Tags: 1.02+cvs20080422-7
* Bump Standards-Version to 3.9.1 (no changes needed).
* Convert package to the 3.0 (quilt) format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Remove some extra libs from linking. flwm do not need them.
 
2
 
 
3
diff -Naur flwm-1.02+cvs20080422.orig/configure.in flwm-1.02+cvs20080422/configure.in
 
4
--- flwm-1.02+cvs20080422.orig/configure.in     2008-09-06 11:04:25.000000000 +0200
 
5
+++ flwm-1.02+cvs20080422/configure.in  2008-09-06 11:06:51.000000000 +0200
 
6
@@ -16,7 +16,7 @@
 
7
     LIBS="-lfltk2 -lXft -lXinerama -lXi $LIBS"
 
8
     CXXFLAGS="$CXXFLAGS -I/usr/local/include/fltk/compat"
 
9
 else
 
10
-    LIBS="-lfltk -lXft -lXinerama $LIBS"
 
11
+    LIBS="-lfltk $LIBS"
 
12
 fi
 
13
 
 
14
 MAKEDEPEND="\$(CXX) -M"
 
15
diff -Naur flwm-1.02+cvs20080422.orig/makeinclude.in flwm-1.02+cvs20080422/makeinclude.in
 
16
--- flwm-1.02+cvs20080422.orig/makeinclude.in   2008-09-06 11:04:25.000000000 +0200
 
17
+++ flwm-1.02+cvs20080422/makeinclude.in        2008-09-06 11:05:02.000000000 +0200
 
18
@@ -19,6 +19,6 @@
 
19
 CXXFLAGS       =@CXXFLAGS@
 
20
 
 
21
 # libraries to link with:
 
22
-LIBS   =@LIBS@ -lX11 -lXext @X_EXTRA_LIBS@ -lm
 
23
+LIBS   =@LIBS@ -lX11 @X_EXTRA_LIBS@ -lm
 
24
 
 
25
 INSTALL        =@INSTALL@