summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron>1998-06-26 21:12:06 +0000
committertron <tron>1998-06-26 21:12:06 +0000
commit5afd400c3d59d1e6a025dd2514956cc933f4a1be (patch)
tree646d5fb8919a481ec172d29a1d982a133fe95841 /graphics
parente31a6815cea0a9d2c88c6debef9a38ea3d7fd9dc (diff)
downloadpkgsrc-5afd400c3d59d1e6a025dd2514956cc933f4a1be.tar.gz
Patch from Tim Rightnour to make "png" compile on alpha, fixes PR pkg/5626.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/png/patches/patch-aa2
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