- Add CONFIGURE_ENV stuff or it will not working if it's install in the different prefix. - Do not extract libltdl to ensure that it will using system one. - Kill, kill, kill the ^M. - Respect more on ${PTHREAD_LIBS} (ie: kill the hardcore of -lc_r) - Add autocheck on ImageMagick and libvorbis, which its configure will doing the autochecks then enable the plugins by automatic. It fixes the plist and dependency. - Add strnlen() function, a non-standard, that is not exist in FreeBSD libc, which is need for the libextractor_png.so. Without it, evidence will complaining like this: /libexec/ld-elf.so.1: /usr/local/lib/libextractor/libextractor_png.so: Undefined symbol "strnlen" - Bump the PORTREVISION. Reported by: tmclaugh (strnlen function stuff) Reviewed by: jylefort Approved by: kevlo (maintainer)
11 lines
309 B
Text
11 lines
309 B
Text
--- Makefile.in.orig Tue Oct 4 21:26:35 2005
|
|
+++ Makefile.in Tue Oct 4 21:26:52 2005
|
|
@@ -229,7 +229,7 @@
|
|
subdirs = @subdirs@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
-SUBDIRS = m4 po libltdl src doc .
|
|
+SUBDIRS = m4 po src doc .
|
|
EXTRA_DIST = config.rpath \
|
|
ABOUT-NLS \
|
|
PLATFORMS \
|