summaryrefslogtreecommitdiff
path: root/app/fvwm/modules/FvwmM4
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-04-09 18:59:58 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-04-09 18:59:58 +0000
commitc49f4cfe3f2b99f11c0c57096c81f4ef7bb468ea (patch)
treefa0cd9120e9d038631d83e2e0f29d82ff371843c /app/fvwm/modules/FvwmM4
parentd022c75db5273e78ad6909aa1e6d06984d3c212f (diff)
Fix libraries list for static architectures
Diffstat (limited to 'app/fvwm/modules/FvwmM4')
-rw-r--r--app/fvwm/modules/FvwmM4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/fvwm/modules/FvwmM4/Makefile b/app/fvwm/modules/FvwmM4/Makefile
index a6598892b..f3c7bf145 100644
--- a/app/fvwm/modules/FvwmM4/Makefile
+++ b/app/fvwm/modules/FvwmM4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2006/11/27 19:56:35 matthieu Exp $
+# $OpenBSD: Makefile,v 1.3 2007/04/09 18:59:57 matthieu Exp $
.include "../Makefile.inc"
@@ -10,7 +10,7 @@ SRCS= FvwmM4.c
CPPFLAGS+= -DFVWM_MODULEDIR=\"$(FVWMLIBDIR)\" \
-DFVWM_CONFIGDIR=\"$(FVWMLIBDIR)\" \
-LDADD+= -lX11
+LDADD+= ${XLIB}
BINDIR= ${FVWMLIBDIR}
.include <bsd.prog.mk>