[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
patches for pkgsrc/multimedia/libdv
If libdv is not built with at least -O it fails to build.
See FreeBSD PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=52024
I notice this under Linux with Pkgsrc because I didn't have -O by default
in my CFLAGS.
May I commit this?
--- multimedia/libdv/Makefile 3 Jan 2005 12:48:29 -0000 1.8
+++ multimedia/libdv/Makefile 10 Feb 2005 00:42:09 -0000
@@ -16,6 +16,7 @@
PTHREAD_AUTO_VARS= yes
LIBS+= ${LIBOSSAUDIO}
+CFLAGS+= -O
.include "../../mk/bsd.prefs.mk"
.if empty(MACHINE_PLATFORM:M*-*-i386)
Jeremy C. Reed
BSD News, BSD tutorials, BSD links
http://www.bsdnewsletter.com/