the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: pdflib6
Version: 7.0.4
Revision: 1
GCC: 4.0
BuildDependsOnly: True
Source: http://www.pdflib.com/binaries/PDFlib/704/PDFlib-Lite-%v.tar.gz
Source-MD5: c4b8b9a8951b69090c6215eecc823e17
BuildDepends: fink (>= 0.24.12-1)
Depends: %N-shlibs (= %v-%r)
NoSetCPPFLAGS: true
NoSetLDFLAGS: true
#NoSetMACOSX_DEPLOYMENT_TARGET: True
Conflicts: pdflib
Replaces: pdflib
PatchFile: %n.patch
PatchFile-MD5: d4f651ea7db9e4081dda0178188f6ea4
PatchScript: <<
%{default_script}
perl -pi -e 's/--silent//' config/mkcommon.inc.in
<<
ConfigureParams: --without-java --without-py --without-perl --without-tcl --without-ruby --disable-static
DocFiles: doc/pdflib/*
SplitOff: <<
Package: %N-shlibs
Shlibs: <<
%p/lib/libpdf.6.dylib 7.0.0 %n (>= 7.0.1-1)
<<
Replaces: %N (<= 7.0.1-1)
Files: lib/libpdf*.*.dylib
DocFiles: doc/pdflib/*
<<
Description: Library for generating PDF (lite version)
DescDetail: <<
PDFlib is a development tool for PDF-enabling your software,
or generating PDF on your server.
PDFlib Lite (Source Code) represents a subset of the full PDFlib product.
<<
DescPackaging: <<
Don't hide compiler commands.
Fink binary-packages are never portable to older systems than
where they were built and are not universal, so disable the
OS X SDK and backward-compatibility flags.
<<
License: Restrictive/Distributable
Maintainer: None
Homepage: http://www.pdflib.com/products/pdflib-family/pdflib
diff -Nurd -x'*~' PDFlib-Lite-7.0.4.orig/configure PDFlib-Lite-7.0.4/configure
--- PDFlib-Lite-7.0.4.orig/configure 2009-03-18 10:10:04.000000000 -0400
+++ PDFlib-Lite-7.0.4/configure 2009-04-23 02:20:20.000000000 -0400
@@ -3666,8 +3666,8 @@
fi
CPPFLAGS="$CPPFLAGS -I/Developer/Headers/FlatCarbon"
LDFLAGS="$LDFLAGS -framework ApplicationServices"
- MAC_CFLAGS="$MAC_CFLAGS -isysroot $DEVSDK"
- MAC_LDFLAGS="$MAC_LDFLAGS -Wl,-syslibroot,$DEVSDK"
+# MAC_CFLAGS="$MAC_CFLAGS -isysroot $DEVSDK"
+# MAC_LDFLAGS="$MAC_LDFLAGS -Wl,-syslibroot,$DEVSDK"
# set PLATFROM ID
# will be completed in pc_config.h (32/64 ppc/intel)