diff options
author | oliver <oliver@FreeBSD.org> | 2005-10-04 04:38:06 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-10-04 04:38:06 +0800 |
commit | a294e97bba3f969942e70a2acc03442ffc57de68 (patch) | |
tree | 4bfb4e64174c332aa98671caf1ddfd85714923c5 /graphics/cegui | |
parent | de59434036bfdfca83be23d8ff02cd7fb55eecb2 (diff) | |
download | freebsd-ports-graphics-a294e97bba3f969942e70a2acc03442ffc57de68.tar.gz freebsd-ports-graphics-a294e97bba3f969942e70a2acc03442ffc57de68.tar.zst freebsd-ports-graphics-a294e97bba3f969942e70a2acc03442ffc57de68.zip |
fix build on FreeBSD 4 by switching from libtool 1.5 to 1.3
Diffstat (limited to 'graphics/cegui')
-rw-r--r-- | graphics/cegui/Makefile | 2 | ||||
-rw-r--r-- | graphics/cegui/pkg-plist | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index 984ab9073f9..0fd6276871d 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= IL.1:${PORTSDIR}/graphics/devil WRKSRC= ${WRKDIR}/${PORTNAME}_mk2 USE_REINPLACE= YES -USE_LIBTOOL_VER=15 +USE_LIBTOOL_VER=13 GNU_CONFIGURE= YES INSTALLS_SHLIB= YES USE_GCC= 3.4 diff --git a/graphics/cegui/pkg-plist b/graphics/cegui/pkg-plist index 77a2e26f540..8c0b57c4006 100644 --- a/graphics/cegui/pkg-plist +++ b/graphics/cegui/pkg-plist @@ -156,24 +156,31 @@ include/CEGUI/renderers/OpenGLGUIRenderer/openglrenderer.h include/CEGUI/renderers/OpenGLGUIRenderer/opengltexture.h include/CEGUI/tolua++.h lib/libCEGUIBase.a +lib/libCEGUIBase.la lib/libCEGUIBase.so lib/libCEGUIBase.so.0 lib/libCEGUIFalagardBase.a +lib/libCEGUIFalagardBase.la lib/libCEGUIFalagardBase.so lib/libCEGUIFalagardBase.so.0 lib/libCEGUILuaScriptModule.a +lib/libCEGUILuaScriptModule.la lib/libCEGUILuaScriptModule.so lib/libCEGUILuaScriptModule.so.0 lib/libCEGUIOpenGLRenderer.a +lib/libCEGUIOpenGLRenderer.la lib/libCEGUIOpenGLRenderer.so lib/libCEGUIOpenGLRenderer.so.0 lib/libCEGUITaharezLook.a +lib/libCEGUITaharezLook.la lib/libCEGUITaharezLook.so lib/libCEGUITaharezLook.so.0 lib/libCEGUIWindowsLook.a +lib/libCEGUIWindowsLook.la lib/libCEGUIWindowsLook.so lib/libCEGUIWindowsLook.so.0 lib/libCEGUIluatoluapp.a +lib/libCEGUIluatoluapp.la lib/libCEGUIluatoluapp.so lib/libCEGUIluatoluapp.so.0 libdata/pkgconfig/CEGUI-OPENGL.pc |