diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-07-15 23:17:12 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-07-15 23:17:12 +0200 |
commit | d8264ced48c8bca60647ba2d0841a492a850c519 (patch) | |
tree | e91cfc274491e76c633b2e2f51f97c7dca897cc4 /extra/xv/xv-3.10a-Makefile.diff | |
parent | a5e9a7afadbe4c9cf4e656361610df18fd4705aa (diff) | |
download | nutyx-pakxe-d8264ced48c8bca60647ba2d0841a492a850c519.tar.gz nutyx-pakxe-d8264ced48c8bca60647ba2d0841a492a850c519.tar.bz2 nutyx-pakxe-d8264ced48c8bca60647ba2d0841a492a850c519.tar.xz nutyx-pakxe-d8264ced48c8bca60647ba2d0841a492a850c519.zip |
ajout de xv#3.10a-1
Diffstat (limited to 'extra/xv/xv-3.10a-Makefile.diff')
-rw-r--r-- | extra/xv/xv-3.10a-Makefile.diff | 25 |
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 |