summaryrefslogtreecommitdiff
path: root/sysutils/acidlaunch
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2004-08-30 10:53:11 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2004-08-30 10:53:11 +0000
commit2b24b3bd735052da40998797e036e336bc43669d (patch)
treebdfc53af13b93c11a19d74ace53852ee13c81a00 /sysutils/acidlaunch
parentFix build with the latest version of SQLRelay. (diff)
Fix breakage with recent GCC.
Reported by: kris Appoved by: fjoe (mentor)
Notes
Notes: svn path=/head/; revision=117657
Diffstat (limited to 'sysutils/acidlaunch')
-rw-r--r--sysutils/acidlaunch/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/acidlaunch/Makefile b/sysutils/acidlaunch/Makefile
index 23bdd9235e37..51278970c828 100644
--- a/sysutils/acidlaunch/Makefile
+++ b/sysutils/acidlaunch/Makefile
@@ -16,11 +16,16 @@ COMMENT= An application launcher with simple XML-based configuration syntax
HAS_CONFIGURE= yes
USE_GNOME= gtk12 gdkpixbuf libxml2
+USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_XPM= yes
MAN1= ${PORTNAME}.1
+post-extract:
+ @${REINPLACE_CMD} -e 's/enum GdkWMDecoration/GdkWMDecoration/' \
+ ${WRKSRC}/src/launcherwindow.cc
+
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/${PORTNAME}