diff options
Diffstat (limited to 'science')
-rw-r--r-- | science/libghemical/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile index c0b9263007d6..3664b05e7eb3 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/gcc6/libgcc_s.so # workaround: otherwise configure fails +CONFIGURE_ENV= LD_PRELOAD=${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so # workaround: otherwise configure fails CONFIGURE_ARGS+= --enable-mpqc CPPFLAGS+= -I${LOCALBASE}/include |