~ubuntu-branches/ubuntu/raring/njplot/raring-proposed

« back to all changes in this revision

Viewing changes to debian/patches/no_unneded_libs.patch

  • Committer: Package Import Robot
  • Author(s): Charles Plessy
  • Date: 2012-01-04 19:02:39 UTC
  • mfrom: (1.2.7) (3.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120104190239-wa9y3nt0gv8o2dnu
Tags: 2.4-1
* New upstream release integrating Debian patches.
* Removed debian/patches.
* Updated debian/copyright to latest format and removed superfluous fields.
* Simplified Homepage URL (debian/control).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- njplot-2.3.orig/makefile
2
 
+++ njplot-2.3/makefile
3
 
@@ -37,13 +37,13 @@
4
 
         -lvibrant -lncbi \
5
 
         $(PDFLIB)   \
6
 
         -L$(MOTIFLIB) -lXm  \
7
 
-        -L/usr/X11R6/lib -lXmu -lXt -lX11 -lm
8
 
+        -L/usr/X11R6/lib -lXt -lm
9
 
         
10
 
 unrooted : $(OBJUNROOTED)
11
 
        $(CC) -g -o unrooted $(OBJUNROOTED) \
12
 
         -L$(VIBRANT)/lib -lvibrant -lncbi \
13
 
         -L$(MOTIFLIB) -lXm \
14
 
-        -L/usr/X11R6/lib -lXmu -lXt -lX11  -lm
15
 
+        -L/usr/X11R6/lib -lXt -lm
16
 
 
17
 
 newicktops: njplot-vib.c
18
 
        $(CC) -DNO_GUI  -DNO_PDF -o $@ njplot-vib.c -lm