summaryrefslogtreecommitdiffstats
path: root/x11/decurs
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-07-11 02:09:11 +0000
committeradamw <adamw@FreeBSD.org>2003-07-11 02:09:11 +0000
commit7ced2f5ab1b99ba6b7464917c4b8ffdc7b5c36a8 (patch)
tree6cbca274c86daff6fdd2cf911056a86fa5195f01 /x11/decurs
parent58d9db2211c4e319ab11936f578e3916f0ee5810 (diff)
downloadFreeBSD-ports-7ced2f5ab1b99ba6b7464917c4b8ffdc7b5c36a8.zip
FreeBSD-ports-7ced2f5ab1b99ba6b7464917c4b8ffdc7b5c36a8.tar.gz
Remove a forced compilation optimization.
Drop maintainership.
Diffstat (limited to 'x11/decurs')
-rw-r--r--x11/decurs/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/decurs/Makefile b/x11/decurs/Makefile
index 6b324ad..fd0f19a 100644
--- a/x11/decurs/Makefile
+++ b/x11/decurs/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://varg.dyndns.org/psi/files/
-MAINTAINER= adamw@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A GTK+ based program that lets you edit you XFree86 mouse cursors
LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk--
@@ -19,6 +19,7 @@ LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk--
USE_X_PREFIX= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
+USE_REINPLACE= yes
.include <bsd.port.pre.mk>
@@ -26,6 +27,9 @@ GNU_CONFIGURE= yes
BROKEN= "Does not compile (bad C++ code)"
.endif
+post-patch:
+ @${REINPLACE_CMD} -e "/^CXXFLAGS/s|-O2||" ${WRKSRC}/src/Makefile.in
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/decurs ${X11BASE}/bin/decurs-real
@${MKDIR} ${DATADIR}
OpenPOWER on IntegriCloud