diff options
author | sakamoto <sakamoto> | 2000-05-22 03:47:54 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 2000-05-22 03:47:54 +0000 |
commit | 9362689098b846a8ddc52da4b9f12abc34021c39 (patch) | |
tree | 4aa61cd5f315d502b3b8c9110cede422641135fe /x11/blt/patches | |
parent | 8c3629a782a1ab398aa6b197cbc47cf32b6d4fd9 (diff) | |
download | pkgsrc-9362689098b846a8ddc52da4b9f12abc34021c39.tar.gz |
ELF rpath fix.
Diffstat (limited to 'x11/blt/patches')
-rw-r--r-- | x11/blt/patches/patch-aa | 15 | ||||
-rw-r--r-- | x11/blt/patches/patch-ab | 15 |
2 files changed, 20 insertions, 10 deletions
diff --git a/x11/blt/patches/patch-aa b/x11/blt/patches/patch-aa index 6b7451aa3c1..8868d0e3b59 100644 --- a/x11/blt/patches/patch-aa +++ b/x11/blt/patches/patch-aa @@ -1,8 +1,7 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/03/12 01:43:56 hubertf Exp $ ---- configure.in.orig Wed Jan 12 13:15:36 2000 -+++ configure.in Fri Mar 10 11:22:44 2000 -@@ -580,7 +580,9 @@ - TK_LIB_DIR=${TK_EXEC_PREFIX}/lib +$NetBSD: patch-aa,v 1.2 2000/05/22 03:47:55 sakamoto Exp $ +--- configure.in.orig Thu Jan 13 05:15:36 2000 ++++ configure.in Mon May 22 11:52:47 2000 +@@ -581,5 +581,7 @@ case $target in - *-sunos4*|NetBSD-*|FreeBSD-*|OpenBSD-*) @@ -11,4 +10,10 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/03/12 01:43:56 hubertf Exp $ + TK_INC_DIR=${TK_PREFIX}/include/tk${TK_MAJOR_VERSION}.${TK_MINOR_VERSION} TCL_LIB_SPEC="-ltcl${TCL_MAJOR_VERSION}${TCL_MINOR_VERSION}" TK_LIB_SPEC="-ltk${TK_MAJOR_VERSION}${TK_MINOR_VERSION}" +@@ -936,5 +938,5 @@ + SHLIB_CFLAGS="-fpic" + SHLIB_LD="ld" +- SHLIB_LD_FLAGS="-Bshareable -x" ++ SHLIB_LD_FLAGS="-Bshareable -x -rpath ${LD_RUN_PATH}" + fi ;; diff --git a/x11/blt/patches/patch-ab b/x11/blt/patches/patch-ab index 0f7f39b5baa..6d7d64c2d25 100644 --- a/x11/blt/patches/patch-ab +++ b/x11/blt/patches/patch-ab @@ -1,8 +1,7 @@ -$NetBSD: patch-ab,v 1.1.1.1 2000/03/12 01:43:56 hubertf Exp $ ---- configure.orig Wed Jan 12 13:15:36 2000 -+++ configure Fri Mar 10 11:23:05 2000 -@@ -2694,7 +2694,9 @@ - TK_LIB_DIR=${TK_EXEC_PREFIX}/lib +$NetBSD: patch-ab,v 1.2 2000/05/22 03:47:55 sakamoto Exp $ +--- configure.orig Thu Jan 13 05:15:36 2000 ++++ configure Mon May 22 11:53:05 2000 +@@ -2695,5 +2695,7 @@ case $target in - *-sunos4*|NetBSD-*|FreeBSD-*|OpenBSD-*) @@ -11,4 +10,10 @@ $NetBSD: patch-ab,v 1.1.1.1 2000/03/12 01:43:56 hubertf Exp $ + TK_INC_DIR=${TK_PREFIX}/include/tk${TK_MAJOR_VERSION}.${TK_MINOR_VERSION} TCL_LIB_SPEC="-ltcl${TCL_MAJOR_VERSION}${TCL_MINOR_VERSION}" TK_LIB_SPEC="-ltk${TK_MAJOR_VERSION}${TK_MINOR_VERSION}" +@@ -3394,5 +3396,5 @@ + SHLIB_CFLAGS="-fpic" + SHLIB_LD="ld" +- SHLIB_LD_FLAGS="-Bshareable -x" ++ SHLIB_LD_FLAGS="-Bshareable -x -rpath ${LD_RUN_PATH}" + fi ;; |