summaryrefslogtreecommitdiffstats
path: root/extra/xv/xv-3.10a-Makefile.diff
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-07-17 09:33:47 +0200
committersibel <lesibel at free dot fr>2010-07-17 09:33:47 +0200
commitfa5e604ee2d88ddc736566f8cc0f62eaca37d692 (patch)
tree3e6c48343810582a7cb2be97b7366fdc750764f4 /extra/xv/xv-3.10a-Makefile.diff
parentb26e8ca04c7ab33b981beda1bf33fcbfabd03195 (diff)
parent6a51b24bd05a79a20412734ef350d6469688fecb (diff)
downloadnutyx-extra-fa5e604ee2d88ddc736566f8cc0f62eaca37d692.tar.gz
nutyx-extra-fa5e604ee2d88ddc736566f8cc0f62eaca37d692.tar.bz2
nutyx-extra-fa5e604ee2d88ddc736566f8cc0f62eaca37d692.tar.xz
nutyx-extra-fa5e604ee2d88ddc736566f8cc0f62eaca37d692.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
Diffstat (limited to 'extra/xv/xv-3.10a-Makefile.diff')
-rw-r--r--extra/xv/xv-3.10a-Makefile.diff25
1 files changed, 25 insertions, 0 deletions
diff --git a/extra/xv/xv-3.10a-Makefile.diff b/extra/xv/xv-3.10a-Makefile.diff
new file mode 100644
index 000000000..093778bc9
--- /dev/null
+++ b/extra/xv/xv-3.10a-Makefile.diff
@@ -0,0 +1,25 @@
+diff -ur xv-3.10a-orig/Makefile xv-3.10a/Makefile
+--- xv-3.10a-orig/Makefile 2007-12-22 09:35:05.000000000 -0600
++++ xv-3.10a/Makefile 2007-12-22 13:04:29.000000000 -0600
+@@ -58,7 +58,7 @@
+ ### xvtext.c:1831 (or thereabouts) if either PREFIX or DOCDIR changes:
+ PREFIX = /usr/local
+ BINDIR = $(PREFIX)/bin
+-MANDIR = $(PREFIX)/share/man/man1
++MANDIR = $(PREFIX)/man/man1
+ MANSUF = 1
+ DOCDIR = $(PREFIX)/share/doc/xv
+ LIBDIR = $(PREFIX)/lib/xv
+@@ -179,10 +179,10 @@
+ JP2K = -DDOJP2K
+ ###
+ #JP2KDIR = ../../jasper
+-JP2KDIR = /usr/local/lib
++JP2KDIR = /usr/lib
+ ###
+ #JP2KINC = -I$(JP2KDIR)
+-JP2KINC = -I/usr/local/include
++JP2KINC = -I/usr/include
+ ###
+ #JP2KLIB = -L$(JP2KDIR) -ljasper
+ JP2KLIB = $(JP2KDIR)/libjasper.a