diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-01-18 21:59:17 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-01-18 21:59:17 +0000 |
commit | eeaa9349fed7460107bd96bab9de18fe40de726d (patch) | |
tree | 2b26e4f293625d58f9d3f99150460b193389cc8e | |
parent | 3096554fe8a89e4f0a19c66ff40c18b889da04a0 (diff) |
link libGL against libXext and libX11, like X.Org 6.9 does.
Noticed by Brad with openoffice.
-rw-r--r-- | lib/libGL/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libGL/Makefile b/lib/libGL/Makefile index 1e1257086..a1c56c9eb 100644 --- a/lib/libGL/Makefile +++ b/lib/libGL/Makefile @@ -9,6 +9,7 @@ GLX= ${.CURDIR}/../../dist/Mesa/src/glx/x11 MESA_INCLUDE= ${.CURDIR}/../../dist/Mesa/include INCSDIR= ${X11BASE}/include/GL +LDADD= -L${X11BASE}/lib -lXext -lX11 CPP= cpp -notraditional DEBUG= |