diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-10-18 03:19:58 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-10-18 03:19:58 -0400 |
commit | a80ac7f9f8e9cda7ff2a893107f45942324371c8 (patch) | |
tree | 71496d8fd8302915b86db5773af6a36c13421f35 /dev-util/icmake/files | |
parent | media-libs/libzen: remove old (diff) | |
download | gentoo-a80ac7f9f8e9cda7ff2a893107f45942324371c8.tar.gz gentoo-a80ac7f9f8e9cda7ff2a893107f45942324371c8.tar.bz2 gentoo-a80ac7f9f8e9cda7ff2a893107f45942324371c8.zip |
dev-util/icmake: remove old
Diffstat (limited to 'dev-util/icmake/files')
-rw-r--r-- | dev-util/icmake/files/icmake-7.20.00-ar.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-util/icmake/files/icmake-7.20.00-ar.patch b/dev-util/icmake/files/icmake-7.20.00-ar.patch deleted file mode 100644 index e3049f18f745..000000000000 --- a/dev-util/icmake/files/icmake-7.20.00-ar.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- icmake-7.20.00/icm_bootstrap -+++ icmake-7.20.00/icm_bootstrap -@@ -31,12 +31,13 @@ - - if [ "${CFLAGS}" == "" ] ; then CFLAGS="-Wall -O2 -g"; fi - if [ "${CC}" == "" ] ; then CC="gcc"; fi -+if [ "${AR}" == "" ] ; then AR="ar"; fi - - echo Creating tmp/libicrss.a - - try cd rss - try ${CC} -c ${CFLAGS} ${GLB} *.c --try ar rs ../tmp/libicrss.a *.o -+try ${AR} rs ../tmp/libicrss.a *.o - rm *.o - cd .. - |