diff options
Diffstat (limited to 'wm/amiwm/Makefile')
-rw-r--r-- | wm/amiwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/amiwm/Makefile b/wm/amiwm/Makefile index ff66ab6381d..68674385f1b 100644 --- a/wm/amiwm/Makefile +++ b/wm/amiwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/01/01 11:16:09 dholland Exp $ +# $NetBSD: Makefile,v 1.31 2015/02/28 23:46:35 joerg Exp $ # DISTNAME= amiwm0.20pl48 @@ -32,7 +32,7 @@ CONFIGURE_ENV+= CFLAGS=${CFLAGS:M*:Q} CONFIGURE_ENV+= X_PRE_LIBS=${X_PRE_LIBS:Q} CONFIGURE_ENV+= X_EXTRA_LIBS=-lXt -X_PRE_LIBS= ${COMPILER_RPATH_FLAG}${X11BASE}/lib +X_PRE_LIBS= ${COMPILER_RPATH_FLAG}${X11BASE}/lib -L${X11BASE}/lib INSTALLATION_DIRS= bin |