diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-07-08 17:28:04 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-07-08 17:28:04 +0800 |
commit | eaef09d37b9d5a1bd1dcf06d2de07598820353a1 (patch) | |
tree | f4192b4dc8f879f4f67e0e73da8a087a769b56f7 /net/libcroco/files/patch-configure | |
parent | 5d989af6ee2fe75a93539a968f9d215025e54a0e (diff) | |
download | marcuscom-ports-eaef09d37b9d5a1bd1dcf06d2de07598820353a1.tar marcuscom-ports-eaef09d37b9d5a1bd1dcf06d2de07598820353a1.tar.gz marcuscom-ports-eaef09d37b9d5a1bd1dcf06d2de07598820353a1.tar.bz2 marcuscom-ports-eaef09d37b9d5a1bd1dcf06d2de07598820353a1.tar.lz marcuscom-ports-eaef09d37b9d5a1bd1dcf06d2de07598820353a1.tar.xz marcuscom-ports-eaef09d37b9d5a1bd1dcf06d2de07598820353a1.tar.zst marcuscom-ports-eaef09d37b9d5a1bd1dcf06d2de07598820353a1.zip |
NOTE: This port belongs in textproc/
Add libcroco. I'm starting it off in this repository because I
haven't the slightest clue what its use is.
As a CSS2 library, it seems like it wants to be accessible to
a wide range of applications. Thing is, it depends upon pango.
For now, I've put it into ${LOCALBASE}, but it might need to
go into ${X11BASE}.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@971 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/libcroco/files/patch-configure')
-rw-r--r-- | net/libcroco/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/libcroco/files/patch-configure b/net/libcroco/files/patch-configure new file mode 100644 index 000000000..e60602668 --- /dev/null +++ b/net/libcroco/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Tue Jul 8 02:14:29 2003 ++++ configure Tue Jul 8 02:14:54 2003 +@@ -7672,6 +7672,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |