mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Remove a forced compilation optimization.
Drop maintainership.
This commit is contained in:
parent
5e444e3ee0
commit
f33957c10e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84627
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user