diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-07-29 02:54:43 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-07-29 02:54:43 +0000 |
commit | 990fb1d6b234abfc01bfe736848507d762f8a5c0 (patch) | |
tree | 91311361b58becdc29bddca0f0c9a1dd42d3c0b9 /x11-wm/flwm/files/patch-aa | |
parent | Update to 3.0 (diff) |
Fix build in XFree-4 case.
Submitted by: Raymond Kohler <rkohler1@cox.rr.com>
Notes
Notes:
svn path=/head/; revision=45570
Diffstat (limited to '')
-rw-r--r-- | x11-wm/flwm/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/flwm/files/patch-aa b/x11-wm/flwm/files/patch-aa index 60ae1edf630e..c0bcf5127e9c 100644 --- a/x11-wm/flwm/files/patch-aa +++ b/x11-wm/flwm/files/patch-aa @@ -5,7 +5,7 @@ CXXFILES = main.C Frame.C Rotated.C Menu.C FrameWindow.C Desktop.C Hotkeys.C -LIBS = -lfltk -+LIBS = -lfltk -lGL ++LIBS = -lfltk -lGL ${PTHREAD_LIBS} MANPAGE = 1 |