diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-07-11 02:09:11 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-07-11 02:09:11 +0000 |
commit | f33957c10e871b746921a653d2a74538ae61516d (patch) | |
tree | 75843349a296f0743faeaecea309f9b1ec39340c | |
parent | 5e444e3ee014c24c61882d3a525ab40081080e16 (diff) | |
download | ports-f33957c10e871b746921a653d2a74538ae61516d.tar.gz ports-f33957c10e871b746921a653d2a74538ae61516d.zip |
Notes
-rw-r--r-- | x11/decurs/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/decurs/Makefile b/x11/decurs/Makefile index 6b324ad093ac..fd0f19aba369 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} |