mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 22:44:59 -04:00
16 lines
398 B
Plaintext
16 lines
398 B
Plaintext
$NetBSD: patch-af,v 1.6 2015/12/29 23:34:47 dholland Exp $
|
|
|
|
Honor pkgsrc LDFLAGS.
|
|
|
|
--- ext/dbm/Makefile.in.orig 2009-04-06 11:47:55.000000000 +0900
|
|
+++ ext/dbm/Makefile.in 2009-11-23 09:12:23.000000000 +0900
|
|
@@ -15,6 +15,8 @@
|
|
dbm--odbm.c odbm.sci \
|
|
ndbm-makedb ndbm-suffixes.h
|
|
|
|
+XLDFLAGS = $(GDBM_LDFLAGS)
|
|
+
|
|
all : $(LIBFILES)
|
|
|
|
gdbm_OBJECTS = dbm--gdbm.$(OBJEXT)
|