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