openbsd-ports/multimedia/lsdvd/patches/patch-Makefile_in
xsa 02e6ce2f28 Initial import of lsdvd-0.10
lsdvd is designed to print information about the content and structure
of a DVD.
2004-06-21 21:26:24 +00:00

13 lines
481 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1.1.1 2004/06/21 21:26:24 xsa Exp $
--- Makefile.in.orig 2003-09-29 23:37:21.000000000 +0200
+++ Makefile.in 2004-06-20 01:32:58.000000000 +0200
@@ -78,7 +78,7 @@ lsdvd_OBJECTS = lsdvd.o
lsdvd_LDADD = $(LDADD)
lsdvd_DEPENDENCIES =
lsdvd_LDFLAGS =
-CFLAGS = @CFLAGS@
+CFLAGS += @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@