mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
14 lines
375 B
Text
14 lines
375 B
Text
--- Makefile.in 2008-03-27 20:00:12.000000000 -0500
|
|
+++ Makefile.in 2008-03-27 20:00:38.000000000 -0500
|
|
@@ -286,10 +286,7 @@
|
|
scroll_dn.bmp \
|
|
scroll_up.bmp
|
|
|
|
-libGUI_la_LDFLAGS = \
|
|
- -no-undefined \
|
|
- -release $(LT_RELEASE) \
|
|
- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
+libGUI_la_LDFLAGS = # empty
|
|
|
|
genimage_SOURCES = genimage.c
|
|
hello_SOURCES = hello.cpp
|