diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-21 04:34:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-21 04:34:30 +0000 |
commit | 07e66c645a40de8db7bbfad82b638826633c6cbc (patch) | |
tree | 00b26b17584d7c08fcbaf2e81147ea184448f8f7 /media-libs/jpeg-mmx/files | |
parent | old (diff) | |
download | historical-07e66c645a40de8db7bbfad82b638826633c6cbc.tar.gz historical-07e66c645a40de8db7bbfad82b638826633c6cbc.tar.bz2 historical-07e66c645a40de8db7bbfad82b638826633c6cbc.zip |
Fix paths while installing #100954 by Karl Tomlinson.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'media-libs/jpeg-mmx/files')
-rw-r--r-- | media-libs/jpeg-mmx/files/digest-jpeg-mmx-0.1.6-r1 | 1 | ||||
-rw-r--r-- | media-libs/jpeg-mmx/files/jpeg-mmx-0.1.6-makefile.patch | 20 |
2 files changed, 20 insertions, 1 deletions
diff --git a/media-libs/jpeg-mmx/files/digest-jpeg-mmx-0.1.6-r1 b/media-libs/jpeg-mmx/files/digest-jpeg-mmx-0.1.6-r1 new file mode 100644 index 000000000000..d8b6cf2f216b --- /dev/null +++ b/media-libs/jpeg-mmx/files/digest-jpeg-mmx-0.1.6-r1 @@ -0,0 +1 @@ +MD5 9156c429bd8c4dea65c877c50ed89e15 jpeg-mmx-0.1.6.tar.gz 597439 diff --git a/media-libs/jpeg-mmx/files/jpeg-mmx-0.1.6-makefile.patch b/media-libs/jpeg-mmx/files/jpeg-mmx-0.1.6-makefile.patch index 45d5cb9c959d..a083427fd5c7 100644 --- a/media-libs/jpeg-mmx/files/jpeg-mmx-0.1.6-makefile.patch +++ b/media-libs/jpeg-mmx/files/jpeg-mmx-0.1.6-makefile.patch @@ -1,6 +1,24 @@ --- makefile.cfg +++ makefile.cfg -@@ -250,6 +250,7 @@ +@@ -11,13 +11,13 @@ + # Where to install the programs and man pages. + prefix = @prefix@ + exec_prefix = @exec_prefix@ +-bindir = $(exec_prefix)/bin +-libdir = $(exec_prefix)/lib +-includedir = $(prefix)/include ++bindir = @bindir@ ++libdir = @libdir@ ++includedir = @includedir@ + binprefix = + manprefix = + manext = 1 +-mandir = $(prefix)/man/man$(manext) ++mandir = @mandir@/man$(manext) + + # The name of your C compiler: + CC= @CC@ +@@ -251,6 +251,7 @@ %.o: %.s ; $(AS) $(ASFLAGS) -o $@ $< |