1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
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

16 lines
248 B
Plaintext

--- 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)