diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-30 08:39:03 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-30 08:39:03 +0000 |
commit | 7a2e4f123364e10de7514890b2c49d36a3e3cd97 (patch) | |
tree | a4995375b5a7b164e9c11cca9e1f84863f5b3911 /math/xmgr/files/patch-aa | |
parent | Save xmgr history part 3. Original log: (diff) |
Save mgr history part 4. Original log:
Add -lXext so this program compiles.
Notes
Notes:
svn path=/head/; revision=10783
Diffstat (limited to 'math/xmgr/files/patch-aa')
-rw-r--r-- | math/xmgr/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/xmgr/files/patch-aa b/math/xmgr/files/patch-aa index 3b183884dafb..0b02624a3454 100644 --- a/math/xmgr/files/patch-aa +++ b/math/xmgr/files/patch-aa @@ -5,7 +5,7 @@ ################################## XLIB = -lX11 -LOCAL_LIBRARIES = -lXm -lXt -lPW -+LOCAL_LIBRARIES = $(MOTIFLIB) -lXt -lcompat ++LOCAL_LIBRARIES = $(MOTIFLIB) -lXt -lcompat -lXext LDLIBS = $(XLIB) -lm DEPLIBS = ################################# |