openbsd-ports/devel/fox/patches/patch-utils_Makefile_in
espie 77f49b817f Fox is a graphic toolkit written in C++.
Looks cute and small.
Main reason for this port is x11/googles.
2003-11-13 18:50:39 +00:00

13 lines
533 B
Plaintext

$OpenBSD: patch-utils_Makefile_in,v 1.1.1.1 2003/11/13 18:50:39 espie Exp $
--- utils/Makefile.in.orig 2003-11-10 16:11:23.000000000 +0100
+++ utils/Makefile.in 2003-11-10 16:11:37.000000000 +0100
@@ -113,7 +113,7 @@ X_LIBS = @X_LIBS@
X_EXTRA_LIBS = @X_EXTRA_LIBS@
X_PRE_LIBS = @X_PRE_LIBS@
reswrap_OBJECTS = reswrap.$(OBJEXT)
-reswrap_LDADD = $(LDADD)
+reswrap_LDADD = $(LDADD) $(X_LIBS)
reswrap_DEPENDENCIES =
reswrap_LDFLAGS =
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)