We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8548d commit d9f1c2eCopy full SHA for d9f1c2e
alarmcn/gcc/PKGBUILD
@@ -174,7 +174,7 @@ package_gcc-libs() {
174
options=(!emptydirs !strip)
175
provides=(libgo.so libgfortran.so libgphobos.so
176
libubsan.so libasan.so libtsan.so liblsan.so)
177
- replaces=(libgphobos)
+ # replaces=(libgphobos)
178
179
cd gcc-build
180
make -C $CHOST/libgcc DESTDIR="$pkgdir" install-shared
@@ -371,7 +371,7 @@ package_gcc-d() {
371
pkgdesc="D frontend for GCC"
372
depends=("gcc=$pkgver-$pkgrel" libisl.so)
373
provides=(gdc)
374
- replaces=(gdc)
+ # replaces=(gdc)
375
options=(staticlibs)
376
377
0 commit comments