diff options
author | 2003-12-08 14:18:11 +0000 | |
---|---|---|
committer | 2003-12-08 14:18:11 +0000 | |
commit | 982ffd8bf57e40de6a96adf17227e07da965bba4 (patch) | |
tree | c289bf4da862f78eeee6505889cabe8384c93c55 /app-text/ghostscript-afpl/files | |
parent | initial revision (diff) | |
download | gentoo-2-982ffd8bf57e40de6a96adf17227e07da965bba4.tar.gz gentoo-2-982ffd8bf57e40de6a96adf17227e07da965bba4.tar.bz2 gentoo-2-982ffd8bf57e40de6a96adf17227e07da965bba4.zip |
initial revision
Diffstat (limited to 'app-text/ghostscript-afpl/files')
-rw-r--r-- | app-text/ghostscript-afpl/files/digest-ghostscript-afpl-8.11 | 5 | ||||
-rw-r--r-- | app-text/ghostscript-afpl/files/gs-8.11-ijs.patch | 22 |
2 files changed, 27 insertions, 0 deletions
diff --git a/app-text/ghostscript-afpl/files/digest-ghostscript-afpl-8.11 b/app-text/ghostscript-afpl/files/digest-ghostscript-afpl-8.11 new file mode 100644 index 000000000000..6658122c2caa --- /dev/null +++ b/app-text/ghostscript-afpl/files/digest-ghostscript-afpl-8.11 @@ -0,0 +1,5 @@ +MD5 cc10034312eec4d8b36602e823c7654a ghostscript-8.11.tar.gz 6417040 +MD5 6865682b095f8c4500c54b285ff05ef6 ghostscript-fonts-std-8.11.tar.gz 3752871 +MD5 a3bf430a7e21cd82401258a2ec3b8afb adobe-cmaps-200204.tar.gz 4360486 +MD5 2fbae60417d42779f6488ab897dcaaf6 acro5-cmaps-2001.tar.gz 631653 +MD5 09d0be2bad1b0617bc0eba6eef81f6e9 cups-1.1.20-source.tar.bz2 3741510 diff --git a/app-text/ghostscript-afpl/files/gs-8.11-ijs.patch b/app-text/ghostscript-afpl/files/gs-8.11-ijs.patch new file mode 100644 index 000000000000..b3b33a578ee9 --- /dev/null +++ b/app-text/ghostscript-afpl/files/gs-8.11-ijs.patch @@ -0,0 +1,22 @@ +--- ijs/Makefile.in 2003-05-29 18:38:04.000000000 +0200 ++++ ijs/Makefile.in 2003-12-06 16:52:37.000000000 +0100 +@@ -7,7 +7,7 @@ + + # todo: this needs to be .dylib on OS X - write a test + SHARED_OBJ=.so +-SHARED_OBJ=.dylib ++#SHARED_OBJ=.dylib + + EXE= + FE=-o +@@ -43,8 +43,8 @@ + # makes sense to separate them, but they're small enough to make this probably + # not worthwhile. + libijs$(SHARED_OBJ): $(LIB_OBJS) +- #$(CC) -shared $^ -o $@ +- $(CC) -dynamic $^ -o $@ ++ $(CC) -shared $^ -o $@ ++ #$(CC) -dynamic $^ -o $@ + + ijs_client_example$(EXE): ijs_client_example$(OBJ) ijs_client$(OBJ) $(IJS_COMMON_OBJ) $(IJS_EXEC_SERVER) + $(CC) $(CFLAGS) $(FE)ijs_client_example$(EXE) ijs_client_example$(OBJ) ijs_client$(OBJ) $(IJS_COMMON_OBJ) $(IJS_EXEC_SERVER) $(LDLIBS) |