diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-09-26 16:47:45 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-09-26 17:43:55 +0000 |
commit | c0f1282a1cfc26c5d3dc6a2cbacf8f6aadb2c1c2 (patch) | |
tree | eeff5587c731df229e5ef6048b9529e963db5a14 | |
parent | 1d31992f3891f90373812e448be8060e93d73e8a (diff) | |
download | ports-c0f1282a1cfc26c5d3dc6a2cbacf8f6aadb2c1c2.tar.gz ports-c0f1282a1cfc26c5d3dc6a2cbacf8f6aadb2c1c2.zip |
science/libghemical: Remove LD_PRELOAD vecause it configured now without it
PR: 258733
Reported by: mikael
-rw-r--r-- | science/libghemical/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile index 95906f69009b..639a919e199c 100644 --- a/science/libghemical/Makefile +++ b/science/libghemical/Makefile @@ -28,8 +28,6 @@ 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_ARGS+= --enable-mpqc LDFLAGS+= -lSCbasis -lSCcints -lSCclass -lSCcontainer -lSCdft -lSCgroup \ -lSCintv3 -lSCisosurf -lSCkeyval -lSCmbpt -lSCmbptr12 -lSCmisc \ |