diff options
author | tg <tg@FreeBSD.org> | 1998-04-30 08:39:03 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-04-30 08:39:03 +0000 |
commit | 6858fbd843851604997546c4d71d9de5c41c465b (patch) | |
tree | 158e0239dca536fff049517117f80a49c26bbee5 /math/xmgr | |
parent | d59b52e67ce61d8ebbdfc41f8a9777f60a896f77 (diff) | |
download | FreeBSD-ports-6858fbd843851604997546c4d71d9de5c41c465b.zip FreeBSD-ports-6858fbd843851604997546c4d71d9de5c41c465b.tar.gz |
Save mgr history part 4. Original log:
Add -lXext so this program compiles.
Diffstat (limited to 'math/xmgr')
-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 3b18388..0b02624 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 = ################################# |