summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron>1999-07-07 21:11:06 +0000
committertron <tron>1999-07-07 21:11:06 +0000
commitc26a44525a839520826dc046c58ee48d0d028a3e (patch)
treed9559708c28b3bdf68bf63e564fc8aeb0343a0b6 /x11
parentc9923e05adccafa3c6add824faee81bdbd268fcf (diff)
downloadpkgsrc-c26a44525a839520826dc046c58ee48d0d028a3e.tar.gz
Fix run time library path and link with "Xt" library.
Diffstat (limited to 'x11')
-rw-r--r--x11/amiwm/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/amiwm/Makefile b/x11/amiwm/Makefile
index 64c9724cdb1..df7218a5cbd 100644
--- a/x11/amiwm/Makefile
+++ b/x11/amiwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/05/01 17:03:05 tv Exp $
+# $NetBSD: Makefile,v 1.9 1999/07/07 21:11:06 tron Exp $
#
DISTNAME= amiwm0.20pl48
@@ -11,6 +11,8 @@ HOMEPAGE= http://www.lysator.liu.se/~marcus/amiwm.html
USE_X11= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CFLAGS="-DHAVE_X11_EXTENSIONS_SHAPE_H=1 -O"
+CONFIGURE_ENV= CFLAGS="-DHAVE_X11_EXTENSIONS_SHAPE_H=1 -O" \
+ X_PRE_LIBS="-Wl,-R${X11BASE}" \
+ X_EXTRA_LIBS="-lXt"
.include "../../mk/bsd.pkg.mk"