diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-04 00:51:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-04 00:51:44 +0000 |
commit | 4f5f0486673d03211ab040f9d266b840521fded5 (patch) | |
tree | 118d22a84e804f31e9b45579062eb68696f9cb12 /media-libs/jbigkit/files | |
parent | make sure src_test runs against the current built jbigkit (diff) | |
download | historical-4f5f0486673d03211ab040f9d266b840521fded5.tar.gz historical-4f5f0486673d03211ab040f9d266b840521fded5.tar.bz2 historical-4f5f0486673d03211ab040f9d266b840521fded5.zip |
clean up uname garbage the OS X team thought was a good idea
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'media-libs/jbigkit/files')
-rw-r--r-- | media-libs/jbigkit/files/jbigkit-1.6-shared-lib.patch | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/media-libs/jbigkit/files/jbigkit-1.6-shared-lib.patch b/media-libs/jbigkit/files/jbigkit-1.6-shared-lib.patch index 3e94ef8c26ef..6aa2707ddcc7 100644 --- a/media-libs/jbigkit/files/jbigkit-1.6-shared-lib.patch +++ b/media-libs/jbigkit/files/jbigkit-1.6-shared-lib.patch @@ -1,14 +1,6 @@ ---- libjbig/Makefile.orig 2005-10-01 16:18:37.000000000 +0200 -+++ libjbig/Makefile 2005-10-01 16:36:16.000000000 +0200 -@@ -1,13 +1,24 @@ - # Unix makefile for the JBIG-KIT library - # $Id: jbigkit-1.6-shared-lib.patch,v 1.2 2005/10/01 14:48:07 grobian Exp $ - -+include ../uname.mk -+ - # Select an ANSI/ISO C compiler here, GNU gcc is recommended - CC = gcc - +--- libjbig/Makefile ++++ libjbig/Makefile +@@ -1,7 +1,16 @@ # Options for the compiler: A high optimization level is suggested CFLAGS = -O -Wall -ansi -pedantic @@ -16,7 +8,7 @@ +AR = ar +RANLIB = ranlib + -+ifeq ($(UNAME),Darwin) ++ifeq ($(USERLAND),Darwin) + SONAME = dylib +else + SONAME = so |