summaryrefslogtreecommitdiff
path: root/devel/libslang
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-05-17 22:52:35 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-05-17 22:52:35 +0000
commit70f02da5882694b9807f5a2427f31b9eb219265f (patch)
tree59853fe6a39c8cf1f2ec2272bef987e7af01732a /devel/libslang
parentUpgrade to 1.2.2. (diff)
This is part of the 1.2.2 upgrade. Somehow it got lost in the CVS
maneuverings.
Notes
Notes: svn path=/head/; revision=11030
Diffstat (limited to 'devel/libslang')
-rw-r--r--devel/libslang/files/patch-ad26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/libslang/files/patch-ad b/devel/libslang/files/patch-ad
new file mode 100644
index 000000000000..d65504de3b80
--- /dev/null
+++ b/devel/libslang/files/patch-ad
@@ -0,0 +1,26 @@
+--- configure.orig Sun May 17 18:49:16 1998
++++ configure Sun May 17 18:50:22 1998
+@@ -1505,19 +1505,10 @@
+
+
+
+-if test "$GCC" = yes; then
+- ELF_CC="gcc"
+- ELF_CFLAGS="-O2 -fno-strength-reduce -fPIC"
+- ELF_LINK="gcc -shared -Wl,-soname#"
+- ELF_LINK_CMD="\$(ELF_LINK),\$(ELFLIB_MAJOR)"
+-else
+- ELF_CC="cc"
+- ELF_CFLAGS="-K pic"
+- ELF_LINK="ld -G -z text"
+- ELF_LINK_CMD="\$(ELF_LINK)"
+-fi
+-
+-
++ELF_CC="\$(CC)"
++ELF_CFLAGS="\$(CFLAGS) -fPIC"
++ELF_LINK="\$(CC) -shared -Wl,-x"
++ELF_LINK_CMD="\$(ELF_LINK)"
+
+
+