mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4ac5d0f325
Requested by: asami
14 lines
337 B
Plaintext
14 lines
337 B
Plaintext
--- lib/Xm/Imakefile.orig Sun Sep 17 23:14:50 2000
|
|
+++ lib/Xm/Imakefile Sun Sep 17 23:15:01 2000
|
|
@@ -41,8 +41,10 @@
|
|
|
|
#define DoNormalLib NormalLibXm
|
|
#define DoSharedLib SharedLibXm
|
|
+#if 0
|
|
#define DoDebugLib DebugLibXm
|
|
#define DoProfileLib ProfileLibXm
|
|
+#endif
|
|
#define LibName Xm
|
|
#define SoRev SOXMREV
|
|
#define HasSharedData YES
|