aboutsummaryrefslogtreecommitdiffstats
path: root/misc/yaunc
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2001-04-15 09:04:07 +0800
committersteve <steve@FreeBSD.org>2001-04-15 09:04:07 +0800
commit6961831cda0b2e08a2c7fe374e38fca6b0766ee1 (patch)
treeea554eee5dcf21805698220ea7d0de372db17185 /misc/yaunc
parent0fdee3fffce01db0a3ce057b45b4c298f5fae48e (diff)
downloadfreebsd-ports-gnome-6961831cda0b2e08a2c7fe374e38fca6b0766ee1.tar.gz
freebsd-ports-gnome-6961831cda0b2e08a2c7fe374e38fca6b0766ee1.tar.zst
freebsd-ports-gnome-6961831cda0b2e08a2c7fe374e38fca6b0766ee1.zip
Honor CFLAGS so this port builds on the Alpha where several warnings
are generated during compilation.
Diffstat (limited to 'misc/yaunc')
-rw-r--r--misc/yaunc/Makefile1
-rw-r--r--misc/yaunc/files/patch-ae13
2 files changed, 14 insertions, 0 deletions
diff --git a/misc/yaunc/Makefile b/misc/yaunc/Makefile
index 82eea76bb79d..72e94b78664b 100644
--- a/misc/yaunc/Makefile
+++ b/misc/yaunc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= yaunc
PORTVERSION= 0.06
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.redterror.net/code/yaunc/
diff --git a/misc/yaunc/files/patch-ae b/misc/yaunc/files/patch-ae
new file mode 100644
index 000000000000..76074129de70
--- /dev/null
+++ b/misc/yaunc/files/patch-ae
@@ -0,0 +1,13 @@
+--- Makefile.in.orig Sat Apr 14 19:35:14 2001
++++ Makefile.in Sat Apr 14 19:35:43 2001
+@@ -83,8 +83,8 @@
+ # To tell automake that these should go in the tar
+ EXTRA_DIST = $(man_MANS) $(sysconf_DATA) TO-DO
+
+-CFLAGS = @CFLAGS@ -Wall -Werror -DSYSCONFDIR=\"$(sysconfdir)\"
+-LDFLAGS = @LDFLAGS@ -Wall -Werror
++CFLAGS = @CFLAGS@ -DSYSCONFDIR=\"$(sysconfdir)\"
++LDFLAGS = @LDFLAGS@
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = config.h