Drop libexecinfo patching.
This commit is contained in:
parent
60882ac75d
commit
070da4034d
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2021/06/09 19:50:07 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2021/06/10 13:05:33 ajacoutot Exp $
|
||||
|
||||
COMMENT= library for tracking application startup
|
||||
|
||||
GNOME_PROJECT= startup-notification
|
||||
GNOME_VERSION= 0.12
|
||||
REVISION= 7
|
||||
REVISION= 8
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
@ -21,13 +21,4 @@ MODULES= x11/gnome
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
# XXX libexecinfo is only needed for regression tests. We do not want to
|
||||
# add -lexecinfo to LDFLAGS because the main startup-notification
|
||||
# library does not use/need it, so we just define HAVE_BACKTRACE.
|
||||
# (see patch-test_Makefile_in)
|
||||
|
||||
# XXX NEEDS REVIEW - LIBEXECINFO IN BASE
|
||||
|
||||
CFLAGS += -DHAVE_BACKTRACE
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-test_Makefile_in,v 1.1 2011/10/12 07:41:04 ajacoutot Exp $
|
||||
|
||||
See XXX in the port Makefile.
|
||||
|
||||
--- test/Makefile.in.orig Wed Oct 12 09:33:57 2011
|
||||
+++ test/Makefile.in Wed Oct 12 09:34:08 2011
|
||||
@@ -105,7 +105,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(L
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
||||
- $(LDFLAGS) -o $@
|
||||
+ $(LDFLAGS) -lexecinfo -o $@
|
||||
SOURCES = $(test_launchee_SOURCES) $(test_launchee_xcb_SOURCES) \
|
||||
$(test_launcher_SOURCES) $(test_launcher_xcb_SOURCES) \
|
||||
$(test_monitor_SOURCES) $(test_monitor_xcb_SOURCES) \
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2015/03/16 18:07:45 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2021/06/10 13:05:33 ajacoutot Exp $
|
||||
include/startup-notification-1.0/
|
||||
include/startup-notification-1.0/libsn/
|
||||
include/startup-notification-1.0/libsn/sn-common.h
|
||||
@ -7,7 +7,7 @@ include/startup-notification-1.0/libsn/sn-launcher.h
|
||||
include/startup-notification-1.0/libsn/sn-monitor.h
|
||||
include/startup-notification-1.0/libsn/sn-util.h
|
||||
include/startup-notification-1.0/libsn/sn.h
|
||||
lib/libstartup-notification-1.a
|
||||
@static-lib lib/libstartup-notification-1.a
|
||||
lib/libstartup-notification-1.la
|
||||
@lib lib/libstartup-notification-1.so.${LIBstartup-notification-1_VERSION}
|
||||
lib/pkgconfig/libstartup-notification-1.0.pc
|
||||
|
Loading…
Reference in New Issue
Block a user