Opened 19 years ago

Last modified 8 years ago

#5250 closed defect

par2 Portfile bug — at Initial Version

Reported by: johnrosshunt@… Owned by: darwinports-bugs@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: par2

Description

par2 doesn't build under OS X 10.4.2 and xcode 2.1. A fix is included below.

diff -urN Portfile.old Portfile --- Portfile.old 2005-10-03 21:07:15.000000000 -0500 +++ Portfile 2005-10-03 21:08:09.000000000 -0500 @@ -18,7 +18,7 @@

distname par2cmdline-${version} patchfiles stricmp-define.patch configure.args --mandir=${prefix}/share/man

-configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ +configure.env LDFLAGS="-L${prefix}/lib" CPPFLAGS="-I${prefix}/include" \

CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"

platform darwin 8 {

Change History (1)

Changed 19 years ago by johnrosshunt@…

Attachment: par2.patch added

Patch to par2 Portfile

Note: See TracTickets for help on using tickets.