1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/xmmix/files/patch-Imakefile
Eitan Adler 2c947299d7 - Fix build with clang (void main - really?)
- Fix functioning on 64 bit systems

PR:		ports/160667
Submitted by:	Martin Etteldorf <etteldor@gmail.com>
2012-01-07 05:33:05 +00:00

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}
/*