SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/libinotify/patches/patch-Makefile_am
Normal file
17
devel/libinotify/patches/patch-Makefile_am
Normal file
|
@ -0,0 +1,17 @@
|
|||
Drop -Werror
|
||||
Unbreak separate build
|
||||
|
||||
Index: Makefile.am
|
||||
--- Makefile.am.orig
|
||||
+++ Makefile.am
|
||||
@@ -59,8 +59,8 @@ endif
|
||||
|
||||
libinotify_la_SOURCES += compat/tree.h
|
||||
|
||||
-libinotify_la_CFLAGS = -I. @DEBUG_CFLAGS@ @PTHREAD_CFLAGS@ -Wall -Werror
|
||||
-libinotify_la_LDFLAGS = @PTHREAD_LIBS@ -export-symbols libinotify.sym
|
||||
+libinotify_la_CFLAGS = -I. @DEBUG_CFLAGS@ @PTHREAD_CFLAGS@ -Wall
|
||||
+libinotify_la_LDFLAGS = @PTHREAD_LIBS@ -export-symbols $(top_srcdir)/libinotify.sym
|
||||
endif
|
||||
|
||||
inotify_test_SOURCES = inotify-test.c
|
Loading…
Add table
Add a link
Reference in a new issue