diff options
Diffstat (limited to 'x11/amiwm/Makefile')
-rw-r--r-- | x11/amiwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/amiwm/Makefile b/x11/amiwm/Makefile index df7218a5cbd..3b09d353ca6 100644 --- a/x11/amiwm/Makefile +++ b/x11/amiwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/07/07 21:11:06 tron Exp $ +# $NetBSD: Makefile,v 1.10 1999/07/07 21:11:56 tron Exp $ # DISTNAME= amiwm0.20pl48 @@ -12,7 +12,7 @@ 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" \ - X_PRE_LIBS="-Wl,-R${X11BASE}" \ + X_PRE_LIBS="-Wl,-R${X11BASE}/lib" \ X_EXTRA_LIBS="-lXt" .include "../../mk/bsd.pkg.mk" |