mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
2c947299d7
- Fix functioning on 64 bit systems PR: ports/160667 Submitted by: Martin Etteldorf <etteldor@gmail.com>
12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
--- ./Imakefile.orig 1996-07-14 13:48:56.000000000 -0400
|
|
+++ ./Imakefile 2012-01-07 00:24:32.000000000 -0500
|
|
@@ -43,7 +43,7 @@
|
|
* #include "Motif.tmpl"
|
|
* #include "Motif.rules"
|
|
*/
|
|
-LOCAL_LIBRARIES= XmClientLibs
|
|
+LOCAL_LIBRARIES= ${MOTIFLIB} ${XTOOLLIB} ${XLIB}
|
|
|
|
|
|
/*
|