diff options
author | joerg <joerg> | 2015-02-28 23:46:35 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-02-28 23:46:35 +0000 |
commit | 127d918a2e8e2eaaa9a1ccf6c6cbcb1dfbb09b95 (patch) | |
tree | 069db7a8c937d36f4ca2856f2ca099a38c91e4e5 /wm | |
parent | fedd778408177bc189d5844a2b40a0c9512ea1db (diff) | |
download | pkgsrc-127d918a2e8e2eaaa9a1ccf6c6cbcb1dfbb09b95.tar.gz |
Help finding X11 libs.
Diffstat (limited to 'wm')
-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 |