diff options
author | tron <tron@pkgsrc.org> | 1998-06-26 21:12:06 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-06-26 21:12:06 +0000 |
commit | d895a9a177fb589235ad0394c6dbee61b561b133 (patch) | |
tree | 646d5fb8919a481ec172d29a1d982a133fe95841 | |
parent | 210a034c1889a8097d751269b3d389de881d23d7 (diff) | |
download | pkgsrc-d895a9a177fb589235ad0394c6dbee61b561b133.tar.gz |
Patch from Tim Rightnour to make "png" compile on alpha, fixes PR pkg/5626.
-rw-r--r-- | graphics/png/patches/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/png/patches/patch-aa b/graphics/png/patches/patch-aa index 2debf6a93f4..7cfc549a467 100644 --- a/graphics/png/patches/patch-aa +++ b/graphics/png/patches/patch-aa @@ -41,7 +41,7 @@ $(RANLIB) $@ +libpng.so.${VER}: $(OBJS:S/o$/so/g) -+ ${LD} -x -Bshareable -Bforcearchive -o libpng.so.${VER} $(OBJS:S/o$/so/g) ++ ${LD} -x -Bshareable -o libpng.so.${VER} $(OBJS:S/o$/so/g) + +# XXX - agc - weird shared library load line +# ${CC} -shared -Wl,-x -Wl,-assert -Wl,pure-text -o $@ $(OBJS:S/o$/so/g) -lz |