aboutsummaryrefslogtreecommitdiffstats
path: root/math/xmgr/files
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1998-04-30 16:39:03 +0800
committertg <tg@FreeBSD.org>1998-04-30 16:39:03 +0800
commit6858fbd843851604997546c4d71d9de5c41c465b (patch)
tree158e0239dca536fff049517117f80a49c26bbee5 /math/xmgr/files
parentd59b52e67ce61d8ebbdfc41f8a9777f60a896f77 (diff)
downloadfreebsd-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-aa2
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 =
#################################