mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
14 lines
457 B
Plaintext
14 lines
457 B
Plaintext
$NetBSD: patch-bl,v 1.2 2013/10/20 18:17:19 joerg Exp $
|
|
|
|
--- gdb/Makefile.in.orig 2006-03-13 23:43:10.000000000 +0000
|
|
+++ gdb/Makefile.in
|
|
@@ -125,7 +125,7 @@ GDB_WERROR_CFLAGS = $(WERROR_CFLAGS)
|
|
|
|
# Where is the INTL library? Typically in ../intl.
|
|
INTL_DIR = ../intl
|
|
-INTL = @INTLLIBS@
|
|
+INTL = -L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib -lintl
|
|
INTL_DEPS = @INTLDEPS@
|
|
INTL_SRC = $(srcdir)/$(INTL_DIR)
|
|
INTL_CFLAGS = -I$(INTL_DIR) -I$(INTL_SRC)
|