the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: tile
Version: 0.8.4.0
Revision: 2
Source: mirror:sourceforge:tktable/tile/tile-0-8-4-0/%n-%v.tar.gz
Source-MD5: b1fef71c15db565b31ace570eb663f05
BuildDepends: <<
fink (>= 0.28),
tcltk-dev,
x11-dev
<<
Depends: <<
tcltk,
x11-shlibs
<<
PatchFile: %n.patch
PatchFile-MD5: dc4bebc4b2877f4dd63b96856eb46235
SetCPPFLAGS: -MD
ConfigureParams: --with-tcl=%p/lib --with-tk=%p/lib --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
CompileScript: <<
%{default_script}
fink-package-precedence --depfile-ext='\.d' --prohibit-bdep=%n-dev .
<<
InstallScript: <<
make install DESTDIR=%d
<<
DocFiles:ANNOUNCE.txt ChangeLog README.txt license.terms
Shlibs: !%p/lib/tile%v/tile.dylib
SplitOff: <<
Package: %n-dev
Depends: %N (= %v-%r)
BuildDependsOnly: true
Files: <<
include
lib/libttkstub.a
<<
DocFiles:ANNOUNCE.txt ChangeLog README.txt license.terms
<<
License: BSD
Description: Next-generation core Tk widgetset
DescPackaging: <<
Use install_name (not sure it matters for a dlopen()ed thing
but it makes validator happy).
Rename manpages that collide with ones in blt
<<
Homepage: http://tktable.sourceforge.net/tile
Maintainer: None
diff -Nurd -x'*~' tile-0.8.4.0.orig/configure tile-0.8.4.0/configure
--- tile-0.8.4.0.orig/configure 2010-11-29 13:29:55.000000000 -0500
+++ tile-0.8.4.0/configure 2012-01-20 02:34:50.000000000 -0500
@@ -8715,7 +8715,7 @@
LDFLAGS="$LDFLAGS -prebind"
fi
- LDFLAGS="$LDFLAGS -headerpad_max_install_names"
+ LDFLAGS="$LDFLAGS -install_name \${pkglibdir}/\$@"
echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5
echo $ECHO_N "checking if ld accepts -search_paths_first flag... $ECHO_C" >&6
if test "${tcl_cv_ld_search_paths_first+set}" = set; then