summaryrefslogtreecommitdiff
path: root/emulators/suse_base
diff options
context:
space:
mode:
authorlukem <lukem>2000-11-04 00:08:49 +0000
committerlukem <lukem>2000-11-04 00:08:49 +0000
commit891ae7232da8e97544153363db4e113fa79fcc94 (patch)
tree908945dc8a5f3a6fa2c249cff5a94b87a55bf3a6 /emulators/suse_base
parentff81bcccb7eecc14e9ffdd6cde4eb59aa81b0212 (diff)
downloadpkgsrc-891ae7232da8e97544153363db4e113fa79fcc94.tar.gz
if using pkgsrc libintl, need
LIBINTL=-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lintl not LIBINTL=-L${LOCALBASE} -lintl cVS: ----------------------------------------------------------------------
Diffstat (limited to 'emulators/suse_base')
-rw-r--r--emulators/suse_base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_base/Makefile b/emulators/suse_base/Makefile
index ecbef895704..1ab0148be78 100644
--- a/emulators/suse_base/Makefile
+++ b/emulators/suse_base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2000/11/01 16:08:02 itojun Exp $
+# $NetBSD: Makefile,v 1.15 2000/11/04 00:08:49 lukem Exp $
DISTNAME= suse_base-6.3
CATEGORIES= emulators
@@ -35,7 +35,7 @@ USE_LIBINTL= yes
.if exists(/usr/include/libintl.h)
LIBINTL= -lintl
.else
-LIBINTL= -L${LOCALBASE} -lintl
+LIBINTL= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lintl
.endif
do-build: