diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-13 16:51:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-13 16:51:14 +0000 |
commit | 1bbd6ef5f2134206af9c1058e83afbe4f782fc09 (patch) | |
tree | 8800fd5541f606b4ed6a23b9424af2eee811da7d /graphics/ogle-gui | |
parent | 23fe8b5980191ca78f61dcf012bee718f6f33553 (diff) |
Notes
Diffstat (limited to 'graphics/ogle-gui')
-rw-r--r-- | graphics/ogle-gui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ogle-gui/Makefile b/graphics/ogle-gui/Makefile index 095785ddbc54..a250e11edd5d 100644 --- a/graphics/ogle-gui/Makefile +++ b/graphics/ogle-gui/Makefile @@ -53,7 +53,8 @@ post-patch: s!(CONFIG_FILE(\s|=)\")[^/]+?/!\1${LOCALBASE}/!; \ s|(CONFIG_FILE_DTD=\")[^/]+?/|\1${LOCALBASE}/|g; \ s|(PACKAGE_PIXMAPS_DIR=\").+\"|\1${PREFIX}/${SHARE_DATADIR}/ogle_gui/\"|; \ - s|%%LOCALBASE%%|${LOCALBASE}|" \ + s|%%LOCALBASE%%|${LOCALBASE}|; \ + s|(xmlversion.h>)|libxml/\1|" \ ${CONFIGURE_WRKSRC}/configure post-configure: |