diff options
Diffstat (limited to 'sci-electronics/oregano/files/oregano-0.69.0-ldflags.diff')
-rw-r--r-- | sci-electronics/oregano/files/oregano-0.69.0-ldflags.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-electronics/oregano/files/oregano-0.69.0-ldflags.diff b/sci-electronics/oregano/files/oregano-0.69.0-ldflags.diff deleted file mode 100644 index dc4bac4b12cc..000000000000 --- a/sci-electronics/oregano/files/oregano-0.69.0-ldflags.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- SConstruct.old 2010-08-22 09:15:34.000000000 +0000 -+++ SConstruct 2010-08-22 09:18:54.000000000 +0000 -@@ -80,6 +80,9 @@ - if CEnv['Debug']: - CEnv.Append (CCFLAGS = Split ('-g')); - -+if 'LDFLAGS' in os.environ: -+ CEnv.Append(LINKFLAGS = os.environ['LDFLAGS']) -+ - # Check dependencies # - if not CEnv.GetOption ('clean'): - Cconf = Configure (CEnv, custom_tests = {'CheckPkg' : CheckPkg }) |