freebsd-ports/devel/librcc/files/extrapatch-rcc-config
Dima Panov 4f6eca8ec5 - Add option to install GUI configuretion utility for librcc
- Disable BDB/LibTranslate support by default, it causes breakages in
  depended apps at i386 only [1]

Noticed by:	myself, Alberto Villa, Alexander Yerenkow, David Johnson [1]
Approved by:	miwi, tabthorpe (mentors implicit)
2010-01-15 12:52:57 +00:00

23 lines
825 B
Text

--- Makefile.in.orig 2009-10-11 10:58:12.000000000 +1100
+++ Makefile.in 2010-01-13 00:18:18.951041257 +1000
@@ -223,7 +223,7 @@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-SUBDIRS = src engines external ui
+SUBDIRS = src engines external ui examples
EXTRA_DIST = librcd.spec
ACLOCAL_AMFLAGS = -I m4
all: config.h
--- examples/Makefile.in.orig 2009-10-11 10:58:12.000000000 +1100
+++ examples/Makefile.in 2010-01-13 00:16:51.098228400 +1000
@@ -31,8 +31,7 @@
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-bin_PROGRAMS = example1$(EXEEXT) example2$(EXEEXT) $(am__EXEEXT_1) \
- $(am__EXEEXT_2)
+bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2)
@HAVE_GTK_TRUE@am__append_1 = rcc-gtk-config
@HAVE_GTK2_TRUE@am__append_2 = rcc-gtk2-config
subdir = examples