mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3827efeb61
3-stable will be unable to link with old libraries.
12 lines
502 B
Plaintext
12 lines
502 B
Plaintext
--- ./QwSpriteField/Makefile.in.org Tue Sep 7 08:24:52 1999
|
|
+++ ./QwSpriteField/Makefile.in Wed Feb 23 18:10:41 2000
|
|
@@ -166,7 +166,7 @@
|
|
# the difference between the first and the last, is the major number
|
|
# the last is the minor number
|
|
# the number in the middle is the minor-minor number
|
|
-libQwSpriteField_la_LDFLAGS = -version-info 6:0:5 -lXext $(LIB_QT)
|
|
+libQwSpriteField_la_LDFLAGS = -version-info 7:0:5 -lXext $(LIB_QT)
|
|
|
|
INCLUDES = $(QT_INCLUDES)
|
|
lib_LTLIBRARIES = libQwSpriteField.la
|