pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2005Q2]: pkgsrc/audio/faad2 Pullup ticket 577 - requested by g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbe05e8d2b2b
branches:  pkgsrc-2005Q2
changeset: 495851:cbe05e8d2b2b
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Jul 02 06:47:54 2005 +0000

description:
Pullup ticket 577 - requested by grant beattie
portability fix for faad2

Revision pulled up:
- pkgsrc/audio/faad2/Makefile   1.25

    Module Name:    pkgsrc
    Committed By:   grant
    Date:           Fri Jul  1 00:22:13 UTC 2005

    Modified Files:
            pkgsrc/audio/faad2: Makefile

    Log Message:
    fix typo in CPPFLAGS, allowing this to build on Solaris.

diffstat:

 audio/faad2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dd33f0e3d7c7 -r cbe05e8d2b2b audio/faad2/Makefile
--- a/audio/faad2/Makefile      Sat Jul 02 06:43:57 2005 +0000
+++ b/audio/faad2/Makefile      Sat Jul 02 06:47:54 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/06/01 20:07:59 jlam Exp $
+# $NetBSD: Makefile,v 1.24.2.1 2005/07/02 06:47:54 snj Exp $
 #
 
 DISTNAME=      faad2-2.0
@@ -32,7 +32,7 @@
 
 .if ${OPSYS} == "SunOS"
 CPPFLAGS+=             -D_FILE_OFFSET_BITS=64
-CPPFLAGS+=             _D_LARGEFILE_SOURCE=1
+CPPFLAGS+=             -D_LARGEFILE_SOURCE=1
 .endif
 
 pre-configure:



Home | Main Index | Thread Index | Old Index