ports/misc/mtx/files/patch-Makefile.in
Florent Thoumie d43ca898a0 - Fix mtx on 64bits archs.
PR:		ports/82599
Submitted by:	Morten A. Middelthon <morten@coretrek.no>
Approved by:	maintainer timeout (3 months)
2005-11-30 14:10:25 +00:00

16 lines
334 B
Text

--- Makefile.in.orig Wed Oct 2 18:55:29 2002
+++ Makefile.in Thu Jun 23 17:50:34 2005
@@ -40,11 +40,10 @@
endif
#
-# FreeBSD on x86...
+# FreeBSD
#
ifeq ($(TARGET),freebsd86)
-CFLAGS += -m486
-CPPFLAGS += -I/usr/src/linux/include -DLONG_PRINT_REQUEST_SENSE=1
+CPPFLAGS += -DLONG_PRINT_REQUEST_SENSE=1
LIBS += -lcam
endif