diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile index 95906f69009b..2b17d81ac348 100644 --- a/science/libghemical/Makefile +++ b/science/libghemical/Makefile @@ -28,7 +28,7 @@ USE_GL= gl GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ENV= LD_PRELOAD=${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so # workaround: otherwise configure fails +CONFIGURE_ENV= LD_PRELOAD=${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so.1 # workaround: otherwise configure fails CONFIGURE_ARGS+= --enable-mpqc LDFLAGS+= -lSCbasis -lSCcints -lSCclass -lSCcontainer -lSCdft -lSCgroup \