View Single Post
  #2   (View Single Post)  
Old 15th August 2008
corey_james corey_james is offline
Uber Geek
 
Join Date: Apr 2008
Location: Brisbane, Australia
Posts: 238
Default

usually if you wanted to make permanent configurations to a port you'd edit /usr/local/etc/pkgtools.conf however in this circumstance that's not going to work and if it were to work it'd be incorrect.

What i suggest you do is create a patch and submit it to the port maintainer. Here is the patch if you're interested in using it ( i haven't tested this ):

Quote:
--- Makefile 2008-08-15 17:44:03.000000000 +0000
+++ Makefile.new 2008-08-15 17:43:50.000000000 +0000
@@ -72,7 +72,8 @@
--extra-libs="${PTHREAD_LIBS}" \
--enable-gpl \
--enable-pthreads \
- --mandir=${PREFIX}/man
+ --mandir=${PREFIX}/man \
+ --disable-swscale
CONFIGURE_ENV+= LANG=C
MAKE_ENV+= INSTALL="${INSTALL}"
SHLIB_VER= 1
__________________
"No, that's wrong, Cartman. But don't worry, there are no stupid answers, just stupid people." -- Mr. Garrison

Forum Netiquette
Reply With Quote