diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 03:25:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 03:25:29 +0000 |
commit | 9b44799b8a59481f1cc745e8df5837fd080b47f1 (patch) | |
tree | 48f657965e277871a2c43ebc5037b0f88b449fc2 /deskutils/nautilus-actions | |
parent | 2167bc17cac48f780a5c921ef63683842f19c215 (diff) | |
download | ports-9b44799b8a59481f1cc745e8df5837fd080b47f1.tar.gz ports-9b44799b8a59481f1cc745e8df5837fd080b47f1.zip |
Notes
Diffstat (limited to 'deskutils/nautilus-actions')
-rw-r--r-- | deskutils/nautilus-actions/Makefile | 8 | ||||
-rw-r--r-- | deskutils/nautilus-actions/files/extra-patch-configure | 20 |
2 files changed, 1 insertions, 27 deletions
diff --git a/deskutils/nautilus-actions/Makefile b/deskutils/nautilus-actions/Makefile index 5e453d335e71..a63f1deae0a5 100644 --- a/deskutils/nautilus-actions/Makefile +++ b/deskutils/nautilus-actions/Makefile @@ -32,12 +32,6 @@ PORTDOCS= AUTHORS COPYING ChangeLog ChangeLog-2008 ChangeLog-2009 INSTALL \ MAINTAINERS NEWS README TODO export-format-id io-provider-id \ objects-hierarchy.odg -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-configure -.endif - post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's| install-dist_pkgdocDATA||g' \ @@ -47,4 +41,4 @@ post-patch: ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/deskutils/nautilus-actions/files/extra-patch-configure b/deskutils/nautilus-actions/files/extra-patch-configure deleted file mode 100644 index 577f55c12dd1..000000000000 --- a/deskutils/nautilus-actions/files/extra-patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2009-10-19 21:06:41.000000000 +1000 -+++ configure 2009-10-19 23:38:22.000000000 +1000 -@@ -4718,7 +4718,7 @@ - - - _ac_warning_def=error -- _ac_compliant_def="-ansi -Wno-overlength-strings -Wformat=2" -+ _ac_compliant_def="-ansi -Wformat=2" - - - # Check whether --enable-compile-warnings was given. -@@ -4808,7 +4808,7 @@ - done - unset option - if test "$enable_compile_warnings" = "error" ; then -- warning_flags="$warning_flags -Werror" -+ warning_flags="$warning_flags" - fi - ;; - *) |