defuzz
This commit is contained in:
parent
5921d559f6
commit
2e8a09bbed
2 changed files with 6 additions and 6 deletions
|
@ -1,3 +1,3 @@
|
|||
$NetBSD: patch-sum,v 1.1 1999/07/09 14:23:36 agc Exp $
|
||||
$NetBSD: patch-sum,v 1.2 1999/11/12 15:46:58 rh Exp $
|
||||
|
||||
MD5 (patch-aa) = 10b81d1521c848ba6e27bacb71c60f97
|
||||
MD5 (patch-aa) = acb715b70e599a9d182e70887977065d
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: patch-aa,v 1.3 1999/01/20 20:24:11 hubertf Exp $
|
||||
$NetBSD: patch-aa,v 1.4 1999/11/12 15:46:59 rh Exp $
|
||||
|
||||
--- Makefile.orig Tue Jan 19 20:32:59 1999
|
||||
+++ Makefile Wed Jan 20 21:00:00 1999
|
||||
--- Makefile.orig Mon Apr 19 11:21:04 1999
|
||||
+++ Makefile Fri Nov 12 16:43:28 1999
|
||||
@@ -4,17 +4,17 @@
|
||||
|
||||
####### Installation directory
|
||||
|
@ -42,7 +42,7 @@ $NetBSD: patch-aa,v 1.3 1999/01/20 20:24:11 hubertf Exp $
|
|||
-LIB_DIRS = -L$(QT_LIB_DIR) -L$(X11_LIB_DIR)
|
||||
+LIB_DIRS = -L$(QT_LIB_DIR) -L$(X11_LIB_DIR) -Wl,-R$(X11_LIB_DIR)
|
||||
|
||||
#LIBS = -lX11 -lqt -lm
|
||||
LIBS = -lX11 -lqt -lm
|
||||
# If you want to use the QImageIO lib (to support jpg and png maps) use this
|
||||
@@ -40,6 +40,7 @@
|
||||
#LIBS = -lX11 -lqt -lm -lqimgio
|
||||
|
|
Loading…
Reference in a new issue