diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-07-18 09:25:31 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-07-18 09:25:31 +0000 |
commit | eb5afd8ec1f76a7064dbfd8da2a62fc51fba2f41 (patch) | |
tree | 9d0f17998350533a5897fe4c829771bd58206e0a /science/libghemical | |
parent | a5752aede6c3e5f3db11d4b28f43aceacfb673de (diff) |
Notes
Diffstat (limited to 'science/libghemical')
-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 |