mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Forcefully link with libxml2, because otherwise libxml kicks in and causes
segfault.
This commit is contained in:
parent
d4bfeef35e
commit
aa09251742
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60372
@ -1,14 +1,22 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- capplet/Makefile.in 2001/12/19 11:04:02 1.1
|
||||
+++ capplet/Makefile.in 2001/12/19 11:05:31
|
||||
@@ -142,7 +142,7 @@
|
||||
--- capplet/Makefile.in.orig Fri May 31 14:39:19 2002
|
||||
+++ capplet/Makefile.in Fri May 31 14:58:45 2002
|
||||
@@ -169,6 +169,7 @@
|
||||
../src/gswitchit_config.o \
|
||||
-lxklavier \
|
||||
-lxkbfile \
|
||||
+ -lxml2 \
|
||||
$(GDK_PIXBUF_LIBS) \
|
||||
$(GCONF_LIBS) \
|
||||
$(BONOBO_LIBS) \
|
||||
@@ -195,7 +196,7 @@
|
||||
|
||||
|
||||
DEFS = @DEFS@ -I. -I$(srcdir) -I..
|
||||
-CPPFLAGS = @CPPFLAGS@
|
||||
+CPPFLAGS = $(GDK_PIXBUF_CFLAGS) @CPPFLAGS@
|
||||
LIBS = @LIBS@
|
||||
gswitchit_properties_capplet_OBJECTS = gswitchit_capplet.o
|
||||
gswitchit_properties_capplet_DEPENDENCIES = ../src/libgswitchit.a
|
||||
gswitchit_properties_capplet_OBJECTS = gswitchit_capplet.$(OBJEXT)
|
||||
gswitchit_properties_capplet_DEPENDENCIES = ../src/gswitchit_config.o
|
||||
|
@ -1,14 +1,22 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- capplet/Makefile.in 2001/12/19 11:04:02 1.1
|
||||
+++ capplet/Makefile.in 2001/12/19 11:05:31
|
||||
@@ -142,7 +142,7 @@
|
||||
--- capplet/Makefile.in.orig Fri May 31 14:39:19 2002
|
||||
+++ capplet/Makefile.in Fri May 31 14:58:45 2002
|
||||
@@ -169,6 +169,7 @@
|
||||
../src/gswitchit_config.o \
|
||||
-lxklavier \
|
||||
-lxkbfile \
|
||||
+ -lxml2 \
|
||||
$(GDK_PIXBUF_LIBS) \
|
||||
$(GCONF_LIBS) \
|
||||
$(BONOBO_LIBS) \
|
||||
@@ -195,7 +196,7 @@
|
||||
|
||||
|
||||
DEFS = @DEFS@ -I. -I$(srcdir) -I..
|
||||
-CPPFLAGS = @CPPFLAGS@
|
||||
+CPPFLAGS = $(GDK_PIXBUF_CFLAGS) @CPPFLAGS@
|
||||
LIBS = @LIBS@
|
||||
gswitchit_properties_capplet_OBJECTS = gswitchit_capplet.o
|
||||
gswitchit_properties_capplet_DEPENDENCIES = ../src/libgswitchit.a
|
||||
gswitchit_properties_capplet_OBJECTS = gswitchit_capplet.$(OBJEXT)
|
||||
gswitchit_properties_capplet_DEPENDENCIES = ../src/gswitchit_config.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user