summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2002-10-09 18:54:28 +0000
committeragc <agc>2002-10-09 18:54:28 +0000
commit2f1b5264dd1fd56cc2fd3062e0bcaaf36c1c44b6 (patch)
treed6ee2ff8c8d8bc26a05009f7909770f7a9510a4e
parent9e3f9463ec1d3f911f09b187da35af448cd93113 (diff)
downloadpkgsrc-2f1b5264dd1fd56cc2fd3062e0bcaaf36c1c44b6.tar.gz
Pullup revision 1.3 of pkgsrc/lang/siod/patches/patch-aa onto the
netbsd-1-6 pkgsrc branch, and regen distinfo file. Requested by Dan McMahill. This patch adds -fPIC -DPIC to the CFLAGS for NetBSD. This is needed for sparc and almost certainly ppc as well.
-rw-r--r--lang/siod/distinfo4
-rw-r--r--lang/siod/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/siod/distinfo b/lang/siod/distinfo
index 1ece1131c8b..dfdc19ca839 100644
--- a/lang/siod/distinfo
+++ b/lang/siod/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2002/08/12 16:21:12 agc Exp $
+$NetBSD: distinfo,v 1.3.4.1 2002/10/09 18:54:28 agc Exp $
SHA1 (siod.tgz) = e49cbd59bbdf3af607335a300ace98c561ad5bdd
Size (siod.tgz) = 214700 bytes
-SHA1 (patch-aa) = ebd1c1ce389e25e5fdf2aeac2664956d440a3a11
+SHA1 (patch-aa) = 45134ef8186b58f4c21a20e88a9af65694f14f75
SHA1 (patch-ab) = 840474628c3863261ea91f0c7fe730765ab72e4e
SHA1 (patch-ac) = 4466fd94141f87b4d9a6dd8ea3a0f29bdd09998b
SHA1 (patch-ad) = 3a09aba5ada19edb0307e69412dc18e90d60afbe
diff --git a/lang/siod/patches/patch-aa b/lang/siod/patches/patch-aa
index 5f4985cc5bf..f091a9a4e9a 100644
--- a/lang/siod/patches/patch-aa
+++ b/lang/siod/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2002/08/12 16:21:13 agc Exp $
+$NetBSD: patch-aa,v 1.2.4.1 2002/10/09 18:54:28 agc Exp $
NetBSD definition for makefile, and make solaris into SunOS so
that we can use ${OPSYS}.
@@ -42,7 +42,7 @@ that we can use ${OPSYS}.
+ $(MAKE) $(LDLP) \
+ PROGS="siod ndbm.so tar.so parser_pratt.so ss.so regex.so" \
+ LD=ld \
-+ CFLAGS="$(GCCW) $(CDEBUG) -DSUN5 -O2 $(SLD) -I${INCDIR}" \
++ CFLAGS="$(GCCW) $(CDEBUG) -DSUN5 -O2 $(SLD) -I${INCDIR} -fPIC -DPIC" \
+ LD_EXE_FLAGS="-Wl,-R$(LIBDIR) -L${LIBDIR} -Wl,-R$(LIBSIODDIR) -L${LIBSIODDIR}" \
+ LD_EXE_LIBS="-lm" \
+ LD_LIB_FLAGS="-G" \