diff options
author | mat <mat@FreeBSD.org> | 2014-12-01 23:20:30 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-12-01 23:20:30 +0800 |
commit | 5e8754961991bf24cba145a90186ab3511ea2679 (patch) | |
tree | f3f7c1780950c929113bd3f0563cf2846b50e03e /databases | |
parent | e2fe6f8327f01bfb5e2181fdf6701dda742c8a3c (diff) | |
download | freebsd-ports-gnome-5e8754961991bf24cba145a90186ab3511ea2679.tar.gz freebsd-ports-gnome-5e8754961991bf24cba145a90186ab3511ea2679.tar.zst freebsd-ports-gnome-5e8754961991bf24cba145a90186ab3511ea2679.zip |
Fix build when linking with libperl.so.
With hat: portmgr, perl
Sponsored by: Absolight
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-qdbm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/p5-qdbm/Makefile b/databases/p5-qdbm/Makefile index 40336c6a5947..6fb2cd6fcb5b 100644 --- a/databases/p5-qdbm/Makefile +++ b/databases/p5-qdbm/Makefile @@ -18,4 +18,6 @@ SHEBANG_FILES= mypldoc curia/plcrtest depot/pldptest villa/plvltest MAKE_JOBS_UNSAFE= yes +MAKE_ARGS= LD=${CC} + .include "${MASTERDIR}/Makefile" |