diff options
author | drochner <drochner> | 2000-05-30 19:28:21 +0000 |
---|---|---|
committer | drochner <drochner> | 2000-05-30 19:28:21 +0000 |
commit | eff86faee3b0a9b61a94ab2a13cae30e78ae7256 (patch) | |
tree | 165ac8ce5f4acb68fa5338ca27e5852eed009532 /x11/controlcenter | |
parent | 801485f80e69719f584749d04e39b5302e92a97e (diff) | |
download | pkgsrc-eff86faee3b0a9b61a94ab2a13cae30e78ae7256.tar.gz |
oops, forgot to "cvs add" this one
Diffstat (limited to 'x11/controlcenter')
-rw-r--r-- | x11/controlcenter/patches/patch-an | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/controlcenter/patches/patch-an b/x11/controlcenter/patches/patch-an new file mode 100644 index 00000000000..f9b586cd1e3 --- /dev/null +++ b/x11/controlcenter/patches/patch-an @@ -0,0 +1,22 @@ +$NetBSD: patch-an,v 1.1 2000/05/30 19:28:21 drochner Exp $ + +--- configure.orig Sun May 28 17:02:45 2000 ++++ configure Sun May 28 17:03:39 2000 +@@ -2137,6 +2137,8 @@ + *) lt_target="$target" ;; + esac + ++if false; then ++ + # Check for any special flags to pass to ltconfig. + # + # the following will cause an existing older ltconfig to fail, so +@@ -2299,6 +2301,8 @@ + # Redirect the config.log output again, so that the ltconfig log is not + # clobbered by the next message. + exec 5>>./config.log ++ ++fi + + missing_dir=`cd $ac_aux_dir && pwd` + for ac_prog in flex lex |