mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
15 lines
344 B
Plaintext
15 lines
344 B
Plaintext
$NetBSD: patch-af,v 1.2 2012/07/30 02:53:57 dholland Exp $
|
|
|
|
Honor pkgsrc LDFLAGS.
|
|
|
|
--- image/Imakefile.orig Sun Jan 12 18:16:51 2003
|
|
+++ image/Imakefile Sun Jan 12 18:17:20 2003
|
|
@@ -121,6 +121,7 @@
|
|
REQUIREDLIBS = \
|
|
$(LDPRELIB) \
|
|
$(XLIB) \
|
|
+ $(LDFLAGS) \
|
|
-L/usr/local/lib \
|
|
-L../lib -lforms \
|
|
$(JPEGLIBDIR) -ljpeg \
|