mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
11 lines
340 B
Text
11 lines
340 B
Text
--- apps/demos/textomatic/GNUmakefile.orig 2013-10-10 15:01:55.000000000 +0200
|
|
+++ apps/demos/textomatic/GNUmakefile 2013-10-10 15:02:12.000000000 +0200
|
|
@@ -8,7 +8,7 @@
|
|
|
|
LLDOPTS += -L../../samples/common
|
|
|
|
-LLDLIBS = -lcommon -lInventor -lInventorXt
|
|
+LLDLIBS = ../../samples/common/libcommon.a -lInventor -lInventorXt
|
|
|
|
all: all_ivbin
|
|
|