freebsd-ports/graphics/s3switch/files/patch-Makefile
Norikatsu Shigemura f01e723a66 Add s3switch 0.1, enable TV-out on S3 graphics cards.
PR:		ports/50766
Submitted by:	Bruce M Simpson <bms@spc.org>
2003-04-20 15:22:21 +00:00

15 lines
248 B
Text

--- Makefile.orig Sun Mar 16 03:08:16 2003
+++ Makefile Sun Mar 16 03:08:38 2003
@@ -1,5 +1,11 @@
CC = gcc -g
+ifdef FREEBSD
+LRMIOBJ=
+else
+LRMIOBJ=lrmi.o
+endif
+
all: s3switch
-s3switch: s3switch.o lrmi.o
+s3switch: s3switch.o $(LRMIOBJ)