mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
PR: ports/82599 Submitted by: Morten A. Middelthon <morten@coretrek.no> Approved by: maintainer timeout (3 months)
16 lines
334 B
Text
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
|
|
|