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
commit0e7300081e69d2c703ad022ff453ce89363cbc84 (patch)
tree908945dc8a5f3a6fa2c249cff5a94b87a55bf3a6 /emulators/suse_base
parenta728dccd83b99aa8a1ec78103cce4cd090e8f75d (diff)
downloadpkgsrc-0e7300081e69d2c703ad022ff453ce89363cbc84.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: