freebsd-ports/audio/xtuner/files/patch-ab
FUJISHIMA Satsuki 7605b55c6d use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.
honor CC.

PR:		23510
Submitted by:	myself
Approved by:	maintainer
2000-12-30 19:01:29 +00:00

25 lines
572 B
Text

--- Imakefile.orig Fri Dec 20 04:31:12 1996
+++ Imakefile Sun Dec 10 17:12:58 2000
@@ -25,9 +25,13 @@
*/
#if defined (FreeBSDArchitecture)
- CC= gcc
+XCOMM CC= gcc
EXTRA_DEFINES= -D_HAVE_PARAM_H
+#if defined (AlphaArchitecture)
+ LOCAL_LIBRARIES= -lxforms -lXpm -lX11 -lm -lio
+#else
LOCAL_LIBRARIES= -lxforms -lXpm -lX11 -lm
+#endif
#else
CFLAGS= -O2 -m486
LOCAL_LIBRARIES= -lforms -lXpm -lX11 -lm
@@ -55,6 +59,6 @@
callbacks.o \
led.o \
-ComplexProgramTarget(xtuner)
+ComplexProgramTargetNoMan(xtuner)