Glib now enforces threads requirement. As a result, this commit will break p5-Glib2 (as our perl is not threaded). Decision was taken after a chat with naddy@ and jasper@ as patching our current glib2 like hell to cope with newer packages requirements is clearly not a good solution. naddy is ok with this move.
14 lines
496 B
Plaintext
14 lines
496 B
Plaintext
$OpenBSD: patch-docs_reference_glib_Makefile_in,v 1.7 2010/04/22 19:34:06 ajacoutot Exp $
|
|
--- docs/reference/glib/Makefile.in.orig Fri Mar 26 16:01:25 2010
|
|
+++ docs/reference/glib/Makefile.in Sun Mar 28 07:51:43 2010
|
|
@@ -434,8 +434,7 @@ CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_ST
|
|
########################################################################
|
|
man_MANS = \
|
|
glib-gettextize.1 \
|
|
- gtester.1 \
|
|
- gtester-report.1
|
|
+ gtester.1
|
|
|
|
BUILT_EXTRA_DIST = $(man_MANS)
|
|
all: all-am
|