1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Change -lXm to ${MOTIFLIB}. Use #include <Xm/*.h> instead of

<X11/Xm/*.h> (this port had both ;)!
This commit is contained in:
Satoshi Asami 1996-08-19 10:56:49 +00:00
parent c5393a9ca3
commit a40390c34b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3646

View File

@ -5,7 +5,7 @@
* You may need to remove -lbsd.
*/
- EXTRA_LIBRARIES = -lXm $(DEPLIBS) -lbsd
+ EXTRA_LIBRARIES = -lXm -lXt -lXmu -lXext -lX11
+ EXTRA_LIBRARIES = ${MOTIFLIB} -lXt -lXmu -lXext -lX11
#endif
/*
@ -33,3 +33,27 @@
#include <Xm/BulletinBP.h>
/*
--- ./Draw.c.org Fri Jun 18 10:17:44 1993
+++ ./Draw.c Mon Aug 19 03:45:59 1996
@@ -84,7 +84,7 @@
#include <Xol/OpenLook.h>
#else
#include <X11/Xutil.h>
-#include <X11/Xm/Xm.h>
+#include <Xm/Xm.h>
#endif
#include "Assert.h"
#include "Bitmaps.h"
--- ./Strategy.c.org Fri Jun 18 10:17:44 1993
+++ ./Strategy.c Mon Aug 19 03:48:21 1996
@@ -95,8 +95,8 @@
#include <Xol/OpenLook.h>
#include <Xol/StaticText.h>
#else
-#include <X11/Xm/Xm.h>
-#include <X11/Xm/Label.h>
+#include <Xm/Xm.h>
+#include <Xm/Label.h>
#include "Table.h"
#endif
#include "Assert.h"