diff options
author | maho <maho@FreeBSD.org> | 2003-08-02 10:36:11 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-08-02 10:36:11 +0800 |
commit | 027492720c6be5f7f2cd0d2e07c709018568c36b (patch) | |
tree | d26a46cfd24b3032490bb08bae5b5331081e984e /x11-toolkits/viewklass/Makefile | |
parent | b43f1624c4d64abcbd89eff602694074576d22db (diff) | |
download | freebsd-ports-gnome-027492720c6be5f7f2cd0d2e07c709018568c36b.tar.gz freebsd-ports-gnome-027492720c6be5f7f2cd0d2e07c709018568c36b.tar.zst freebsd-ports-gnome-027492720c6be5f7f2cd0d2e07c709018568c36b.zip |
Fix build on gcc-3.3.x
Submitted by: Simon Barner <barner@in.tum.de>
Diffstat (limited to 'x11-toolkits/viewklass/Makefile')
-rw-r--r-- | x11-toolkits/viewklass/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-toolkits/viewklass/Makefile b/x11-toolkits/viewklass/Makefile index e5611da77d56..6e6aa6d9e403 100644 --- a/x11-toolkits/viewklass/Makefile +++ b/x11-toolkits/viewklass/Makefile @@ -30,10 +30,6 @@ USE_MOTIF= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - post-patch: @${REINPLACE_CMD} -e 's/^CFLAGS=/CFLAGS+=/g ; \ s/^CXXFLAGS=/CXXFLAGS+=/g ; \ |