aboutsummaryrefslogtreecommitdiffstats
path: root/net/netatalk3
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2012-09-09 19:57:52 +0800
committermarcus <marcus@FreeBSD.org>2012-09-09 19:57:52 +0800
commitc928bd3ac974e0c2189f91ad53c6235a294ec62e (patch)
tree65943f0b7845812a0710d61053c6a13ab112e942 /net/netatalk3
parentb75acebe5d71a7ed0d6d7b2259184e855fe1808d (diff)
downloadfreebsd-ports-gnome-c928bd3ac974e0c2189f91ad53c6235a294ec62e.tar.gz
freebsd-ports-gnome-c928bd3ac974e0c2189f91ad53c6235a294ec62e.tar.zst
freebsd-ports-gnome-c928bd3ac974e0c2189f91ad53c6235a294ec62e.zip
These files were forgotten in the last commit.
Diffstat (limited to 'net/netatalk3')
-rw-r--r--net/netatalk3/files/patch-Makefile.in13
-rw-r--r--net/netatalk3/files/patch-etc_netatalk_Makefile.in17
2 files changed, 30 insertions, 0 deletions
diff --git a/net/netatalk3/files/patch-Makefile.in b/net/netatalk3/files/patch-Makefile.in
new file mode 100644
index 000000000000..2b5026732548
--- /dev/null
+++ b/net/netatalk3/files/patch-Makefile.in
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- Makefile.in.orig 2012-09-03 11:10:13.000000000 -0400
++++ Makefile.in 2012-09-03 11:10:22.000000000 -0400
+@@ -344,7 +344,7 @@ target_vendor = @target_vendor@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = libatalk libevent bin config etc man contrib distrib include doc macros test
++SUBDIRS = libatalk bin config etc man contrib distrib include doc macros test
+ EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS VERSION
+ ACLOCAL_AMFLAGS = -I macros
+ AUTOMAKE_OPTIONS = foreign
diff --git a/net/netatalk3/files/patch-etc_netatalk_Makefile.in b/net/netatalk3/files/patch-etc_netatalk_Makefile.in
new file mode 100644
index 000000000000..78d2c54f7704
--- /dev/null
+++ b/net/netatalk3/files/patch-etc_netatalk_Makefile.in
@@ -0,0 +1,17 @@
+$FreeBSD$
+
+--- etc/netatalk/Makefile.in.orig 2012-09-03 11:16:51.000000000 -0400
++++ etc/netatalk/Makefile.in 2012-09-03 11:19:41.000000000 -0400
+@@ -62,6 +62,12 @@ sbin_PROGRAMS = netatalk$(EXEEXT)
+ @USE_BUILTIN_LIBEVENT_TRUE@am__append_2 = \
+ @USE_BUILTIN_LIBEVENT_TRUE@ $(top_builddir)/libevent/libevent.la
+
++am__append_1 = \
++ -I%%LOCALBASE%%/include/event2
++
++am__append_2 = \
++ %%LOCALBASE%%/lib/event2/libevent.la
++
+ subdir = etc/netatalk
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4