mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
14 lines
681 B
Plaintext
14 lines
681 B
Plaintext
$NetBSD: patch-ac,v 1.1.1.1 2008/03/13 16:06:16 wiz Exp $
|
|
|
|
--- src/gui-utils/Makefile.in.orig 2006-10-27 23:40:58.000000000 +0000
|
|
+++ src/gui-utils/Makefile.in
|
|
@@ -311,7 +311,7 @@ clean-noinstPROGRAMS:
|
|
-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
|
|
parse-configuration$(EXEEXT): $(parse_configuration_OBJECTS) $(parse_configuration_DEPENDENCIES)
|
|
@rm -f parse-configuration$(EXEEXT)
|
|
- $(LINK) $(parse_configuration_LDFLAGS) $(parse_configuration_OBJECTS) $(parse_configuration_LDADD) $(LIBS)
|
|
+ $(LINK) $(parse_configuration_LDFLAGS) $(parse_configuration_OBJECTS) $(parse_configuration_LDADD) $(LIBS) -lintl
|
|
|
|
mostlyclean-compile:
|
|
-rm -f *.$(OBJEXT) core *.core
|