mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
34 lines
666 B
Plaintext
34 lines
666 B
Plaintext
$NetBSD: patch-ac,v 1.1.1.1 2007/11/23 00:18:41 bjs Exp $
|
|
|
|
--- rtunes/Makefile.orig 2006-05-06 18:49:18.000000000 -0400
|
|
+++ rtunes/Makefile
|
|
@@ -2,25 +2,15 @@
|
|
|
|
PROG= rtunes
|
|
-SRCS= rtunes.c cipher.c mp4.c rtsp.c sys.c parse.y scan.l
|
|
-
|
|
-OS!= uname -s
|
|
-.if ${OS} != "OpenBSD"
|
|
-YFLAGS= -d
|
|
-SRCS+= y.tab.h
|
|
-y.tab.h: parse.y
|
|
-.endif
|
|
+SRCS= rtunes.c cipher.c mp4.c rtsp.c sys.c parse.c scan.l
|
|
|
|
CFLAGS+= -Wall -Wstrict-prototypes -ansi
|
|
LDADD+= -lcrypto
|
|
LINTFLAGS+= -u
|
|
+NOGCCERROR= # defined
|
|
+YHEADER= # defined
|
|
|
|
CLEANFILES+= y.tab.h
|
|
|
|
-PIPE= -pipe
|
|
-
|
|
MAN= rtunes.1 rtunes.conf.5
|
|
-MANDIR= /usr/local/man/cat
|
|
-
|
|
-BINDIR= /usr/local/bin
|
|
|
|
.include <bsd.prog.mk>
|